Class CloseRangeCameraListItemBuilder
Inheritance
System.Object
System.MarshalByRefObject
CloseRangeCameraListItemBuilder
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)
Namespace: NXOpen.Features.VehicleDesign
Assembly: NXOpen.dll
Syntax
public class CloseRangeCameraListItemBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CloseRangeCameraListItemBuilder()
Declaration
protected CloseRangeCameraListItemBuilder()
Properties
CameraAxis
Declaration
public Axis CameraAxis { get; set; }
Property Value
Type | Description |
---|---|
Axis |
CameraCsys
Declaration
public CoordinateSystem CameraCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
CameraFace
Declaration
public ScCollector CameraFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
CameraFacetBodies
Declaration
public SelectNXObjectList CameraFacetBodies { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
CameraType
Declaration
public CloseRangeCameraListItemBuilder.Types CameraType { get; set; }
Property Value
Type | Description |
---|---|
CloseRangeCameraListItemBuilder.Types |
FaceReverse
Declaration
public bool FaceReverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HorizontalLength
Declaration
public Expression HorizontalLength { get; }
Property Value
Type | Description |
---|---|
Expression |
InitialRadius
Declaration
public Expression InitialRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
UseCamera
Declaration
public bool UseCamera { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VerticalLength
Declaration
public Expression VerticalLength { get; }
Property Value
Type | Description |
---|---|
Expression |
ViewAngle
Declaration
public Expression ViewAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink