Class AnimationCameraBuilder
Inheritance
AnimationCameraBuilder
Assembly: NXOpen.dll
Syntax
public class AnimationCameraBuilder : CameraBuilder, IMessageSink, IComponentBuilder
Constructors
AnimationCameraBuilder()
Declaration
protected AnimationCameraBuilder()
Properties
CameraConstrainedPoint
Declaration
public Point CameraConstrainedPoint { get; set; }
Property Value
CameraConstrainedUpperVector
Declaration
public Direction CameraConstrainedUpperVector { get; set; }
Property Value
CameraPositioningConstrained
Declaration
public bool CameraPositioningConstrained { get; set; }
Property Value
Declaration
public SelectTaggedObject CameraTransformSource { get; }
Property Value
TargetConstrainedPoint
Declaration
public Point TargetConstrainedPoint { get; set; }
Property Value
TargetPositioningConstrained
Declaration
public bool TargetPositioningConstrained { get; set; }
Property Value
Declaration
public SelectTaggedObject TargetTransformSource { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink