ProductViewDefinition
Class
Read time 2 minutesLast updated 8 months ago
Inheritance
- object
- ProductViewDefinition
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class ProductViewDefinition
Constructors
ProductViewDefinition()
public ProductViewDefinition()
ProductViewDefinition(ProductViewDefinition)
public ProductViewDefinition(ProductViewDefinition o)
Parameters
Type | Name | Description |
|---|---|---|
| ProductViewDefinition | o |
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 |