Class CameraBuilder
Inheritance
System.Object
System.MarshalByRefObject
CameraBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class CameraBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CameraBuilder()
Declaration
protected CameraBuilder()
Properties
ApertureType
Declaration
public CameraBuilder.Aperture ApertureType { get; set; }
Property Value
BackClippingDistance
Declaration
public double BackClippingDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CameraMatrix
Declaration
public Matrix3x3 CameraMatrix { get; set; }
Property Value
CameraName
Declaration
public string CameraName { get; set; }
Property Value
Type |
Description |
System.String |
|
CameraNameChar
Declaration
public string CameraNameChar { get; set; }
Property Value
Type |
Description |
System.String |
|
CameraPosition
Declaration
public Point3d CameraPosition { get; set; }
Property Value
DepthOfFieldToggle
Declaration
public bool DepthOfFieldToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FieldOfViewAngle
Declaration
public double FieldOfViewAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
FieldOfViewMeasured
Declaration
public CameraBuilder.FovMeasured FieldOfViewMeasured { get; set; }
Property Value
FocalDistance
Declaration
public double FocalDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
FrontClippingDistance
Declaration
public double FrontClippingDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
HiddenLensFlareToggle
Declaration
public bool HiddenLensFlareToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LensAngleType
Declaration
public CameraBuilder.LensAngle LensAngleType { get; set; }
Property Value
LensFlareIntensity
Declaration
public double LensFlareIntensity { get; set; }
Property Value
Type |
Description |
System.Double |
|
LensFlareToggle
Declaration
public bool LensFlareToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LensFlareType
Declaration
public CameraBuilder.LensFlare LensFlareType { get; set; }
Property Value
Magnification
Declaration
public double Magnification { get; set; }
Property Value
Type |
Description |
System.Double |
|
PerspectiveDistance
Declaration
public double PerspectiveDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
StockLensType
Declaration
public CameraBuilder.StockLens StockLensType { get; set; }
Property Value
TargetMatrix
Declaration
public Matrix3x3 TargetMatrix { get; set; }
Property Value
TargetPosition
Declaration
public Point3d TargetPosition { get; set; }
Property Value
Type
Declaration
public CameraBuilder.Types Type { get; set; }
Property Value
UseTargetPoint
Declaration
public bool UseTargetPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink