GetBRepInfosReturn
Struct
Read time 1 minuteLast updated 21 hours ago
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public struct GetBRepInfosReturn
Constructors
GetBRepInfosReturn(GetBRepInfosReturn)
public GetBRepInfosReturn(GetBRepInfosReturn o)
Parameters
Fields
partCount
Returns
totalPartCount
public int totalPartCount
Returns
vertexCount
Returns
totalVertexCount
public int totalVertexCount
Returns
edgeCount
Returns
totalEdgeCount
public int totalEdgeCount
Returns
openShellCount
public int openShellCount
Returns
totalOpenShellCount
public int totalOpenShellCount
Returns
bodyCount
Returns
totalBodyCount
public int totalBodyCount
Returns
area2Dsum
Returns
boundaryCount
Returns
boundaryEdgeCount
public int boundaryEdgeCount
Returns
nonManifoldEdgeCount
public int nonManifoldEdgeCount
Returns