Class SubdivisionProjectCageBuilderEx
Inheritance
SubdivisionProjectCageBuilderEx
Assembly: NXOpen.dll
Syntax
public class SubdivisionProjectCageBuilderEx : Builder, IMessageSink, IComponentBuilder
Constructors
SubdivisionProjectCageBuilderEx()
Declaration
protected SubdivisionProjectCageBuilderEx()
Properties
Mode
Declaration
public SubdivisionProjectCageBuilderEx.ModeOptions Mode { get; set; }
Property Value
ObjectsToProject
Declaration
public SelectCageObjectData ObjectsToProject { get; }
Property Value
ProjectBothSides
Declaration
public bool ProjectBothSides { get; set; }
Property Value
ProjectionDirectionType
Declaration
public SubdivisionProjectCageBuilderEx.ProjectionDirectionTypes ProjectionDirectionType { get; set; }
Property Value
ProjectionVector
Declaration
public Direction ProjectionVector { get; set; }
Property Value
TargetAxis
Declaration
public Axis TargetAxis { get; set; }
Property Value
TargetCageObjects
Declaration
public SelectCageObjectData TargetCageObjects { get; }
Property Value
TargetCurves
Declaration
public SelectDisplayableObjectList TargetCurves { get; }
Property Value
TargetDynamicPlane
Declaration
public CoordinateSystem TargetDynamicPlane { get; set; }
Property Value
TargetFaces
Declaration
public SelectDisplayableObjectList TargetFaces { get; }
Property Value
TargetPlane
Declaration
public Plane TargetPlane { get; set; }
Property Value
TargetType
Declaration
public SubdivisionProjectCageBuilderEx.TargetTypes TargetType { get; set; }
Property Value
Type
Declaration
public SubdivisionProjectCageBuilderEx.Types Type { get; set; }
Property Value
Methods
OnTargetAxis()
Declaration
public void OnTargetAxis()
OnTargetDynamicPlane()
Declaration
public void OnTargetDynamicPlane()
OnTargetPlane()
Declaration
public void OnTargetPlane()
Implements
System.Runtime.Remoting.Messaging.IMessageSink