Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

Asset Transformer SDK
​
​
UnityEngine.Pixyz
  • UnityEngine.Pixyz.API
  • UnityEngine.Pixyz.Algo
  • UnityEngine.Pixyz.CAD
  • UnityEngine.Pixyz.Core
  • UnityEngine.Pixyz.Geom
  • UnityEngine.Pixyz.IO
  • UnityEngine.Pixyz.Material
  • UnityEngine.Pixyz.Polygonal
  • UnityEngine.Pixyz.Raytrace
  • UnityEngine.Pixyz.Scene
    • AlternativeTreeList
    • AnimChannelInfo
    • AnimChannelList
    • AnimChannelType
    • AnimPropertyBinder
    • AnimPropertyBinderList
    • AnimationInfo
    • AnimationList
    • AnnotationDefinition
    • AnnotationDefinitionList
    • AnnotationGroupList
    • AnnotationList
    • ComponentChangeType
    • ComponentList
    • ComponentType
    • EvaluateExpressionOnSubTreeReturn
    • Filter
    • FilterList
    • GetBRepInfosReturn
    • GetPartsTransformsIndexedReturn
    • GetSubTreeStatsReturn
    • GetTessellationInfosReturn
    • GetTessellationParametersReturn
    • GetViewpointsFromCavitiesReturn
    • JointDefinition
    • JointDefinitionList
    • KeyframeList
    • LODComponentList
    • LODList
    • LightType
    • MaterialCount
    • MaterialCountList
    • MergeByRegionsStrategy
    • MergeByRegionsStrategy.Type
    • MergeHiddenPartsMode
    • MergeStrategy
    • MetadataDefinition
    • MetadataDefinitionList
    • MetadataList
    • OccurrenceList
    • OccurrenceListList
    • PackedTree
    • PartList
    • PartialLoad_Status
    • Primitive_Type
    • ProberInfo
    • ProductViewDefinition
    • ProductViewDefinitionList
    • PropertyValue
    • PropertyValueList
    • RayHit
    • RayHitList
    • ResizeByMaximumSizeOptions
    • ResizeByTexturesOptions
    • ResizeByTexturesOptions.Type
    • ResizeTexturesInputMode
    • ResizeTexturesInputMode.Type
    • ResizeTexturesResizeMode
    • ResizeTexturesResizeMode.Type
    • SceneChangeType
    • SceneInterface
    • SceneInterface.AnimationAddedDelegate
    • SceneInterface.AnimationChangedDelegate
    • SceneInterface.AnimationClearedDelegate
    • SceneInterface.AnimationRemovedDelegate
    • SceneInterface.ComponentChangedDelegate
    • SceneInterface.IsolateBeganDelegate
    • SceneInterface.IsolateEndedDelegate
    • SceneInterface.SceneChangedDelegate
    • SceneInterface.SelectionChangedDelegate
    • SceneInterface.VariantChangedDelegate
    • SceneInterface.onRayProbeDelegate
    • SceneInterface.onSphereProbeDelegate
    • SelectionChangeType
    • ShapeType
    • TessellatedShapeList
    • UVGenerationMode
    • VariantChangeType
    • VariantComponentList
    • VariantDefinition
    • VariantDefinitionList
    • VariantDefinitionListList
    • VariantList
    • VariantMaterialList
    • VariantMaterials
    • VisibilityMode
  • UnityEngine.Pixyz.Unity
  • UnityEngine.Pixyz.View
  1. Asset Transformer SDK (ex Pixyz)

GetBRepInfosReturn

Struct
Read time 1 minute
Last updated 9 months ago

Inherited Members
  • Equals(object)
  • GetHashCode()
  • ToString()
  • Equals(object, object)
  • GetType()
  • ReferenceEquals(object, object)

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

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Constructors

      • GetBRepInfosReturn(GetBRepInfosReturn)

    • Fields

      • partCount

      • totalPartCount

      • vertexCount

      • totalVertexCount

      • edgeCount

      • totalEdgeCount

      • openShellCount

      • totalOpenShellCount

      • bodyCount

      • totalBodyCount

      • area2Dsum

      • boundaryCount

      • boundaryEdgeCount

      • nonManifoldEdgeCount


Report a problem with this page