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)

ProductViewDefinition

Class
Read time 1 minute
Last updated 9 months ago

Inheritance
  • object
  • ProductViewDefinition

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

Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class ProductViewDefinition

Constructors

ProductViewDefinition()

public ProductViewDefinition()

ProductViewDefinition(ProductViewDefinition)

public ProductViewDefinition(ProductViewDefinition o)
Parameters

Type

Name

Description

ProductViewDefinitiono

Fields

id

public uint id
Returns

Type

Description

uint

name

public string name
Returns

Type

Description

string

groupName

public string groupName
Returns

Type

Description

string

view

public Matrix4 view
Returns

Type

Description

Matrix4

viewIsSet

public bool viewIsSet
Returns

Type

Description

bool

viewIsOrtho

public bool viewIsOrtho
Returns

Type

Description

bool

viewFov

public double viewFov
Returns

Type

Description

double

cuttingPlane

public bool cuttingPlane
Returns

Type

Description

bool

cuttingPlanePosition

public Point3 cuttingPlanePosition
Returns

Type

Description

Point3

cuttingPlaneNormal

public Point3 cuttingPlaneNormal
Returns

Type

Description

Point3

explodedViewFactor

public double explodedViewFactor
Returns

Type

Description

double

explodedViewX

public bool explodedViewX
Returns

Type

Description

bool

explodedViewY

public bool explodedViewY
Returns

Type

Description

bool

explodedViewZ

public bool explodedViewZ
Returns

Type

Description

bool

annotations

public AnnotationList annotations
Returns

Type

Description

AnnotationList

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

      • ProductViewDefinition()

      • ProductViewDefinition(ProductViewDefinition)

    • Fields

      • id

      • name

      • groupName

      • view

      • viewIsSet

      • viewIsOrtho

      • viewFov

      • cuttingPlane

      • cuttingPlanePosition

      • cuttingPlaneNormal

      • explodedViewFactor

      • explodedViewX

      • explodedViewY

      • explodedViewZ

      • annotations


Report a problem with this page