Class BcfViewpoint
Inheritance
System.Object
BcfViewpoint
Assembly: IPA.Bcfier.dll
Syntax
public class BcfViewpoint : object
Properties
|
Improve this Doc
View Source
ClippingPlanes
Declaration
public List<BcfViewpointClippingPlane> ClippingPlanes { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
|
Improve this Doc
View Source
Lines
Declaration
public List<BcfViewpointLine> Lines { get; set; }
Property Value
|
Improve this Doc
View Source
OrthogonalCamera
Declaration
public BcfViewpointOrthogonalCamera OrthogonalCamera { get; set; }
Property Value
|
Improve this Doc
View Source
PerspectiveCamera
Declaration
public BcfViewpointPerspectiveCamera PerspectiveCamera { get; set; }
Property Value
|
Improve this Doc
View Source
SnapshotBase64
Declaration
public string SnapshotBase64 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ViewpointComponents
Declaration
public BcfViewpointComponents ViewpointComponents { get; set; }
Property Value