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)

GetTessellationInfosReturn

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 GetTessellationInfosReturn

Constructors

GetTessellationInfosReturn(GetTessellationInfosReturn)

public GetTessellationInfosReturn(GetTessellationInfosReturn o)
Parameters

Type

Name

Description

GetTessellationInfosReturno

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

polygonCount

public int polygonCount
Returns

Type

Description

int

totalPolygonCount

public int totalPolygonCount
Returns

Type

Description

int

patchCount

public int patchCount
Returns

Type

Description

int

totalPatchCount

public int totalPatchCount
Returns

Type

Description

int

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

      • GetTessellationInfosReturn(GetTessellationInfosReturn)

    • Fields

      • partCount

      • totalPartCount

      • vertexCount

      • totalVertexCount

      • edgeCount

      • totalEdgeCount

      • polygonCount

      • totalPolygonCount

      • patchCount

      • totalPatchCount

      • boundaryCount

      • boundaryEdgeCount

      • nonManifoldEdgeCount


Report a problem with this page