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