Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

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

Type

Name

Description

GetBRepInfosReturno

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