Class SubdivisionProjectCageBuilderEx
Inheritance
System.Object
System.MarshalByRefObject
SubdivisionProjectCageBuilderEx
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.Subdivision
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
Type | Description |
---|---|
SubdivisionProjectCageBuilderEx.ModeOptions |
ObjectsToProject
Declaration
public SelectCageObjectData ObjectsToProject { get; }
Property Value
Type | Description |
---|---|
SelectCageObjectData |
ProjectBothSides
Declaration
public bool ProjectBothSides { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProjectionDirectionType
Declaration
public SubdivisionProjectCageBuilderEx.ProjectionDirectionTypes ProjectionDirectionType { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilderEx.ProjectionDirectionTypes |
ProjectionVector
Declaration
public Direction ProjectionVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
TargetAxis
Declaration
public Axis TargetAxis { get; set; }
Property Value
Type | Description |
---|---|
Axis |
TargetCageObjects
Declaration
public SelectCageObjectData TargetCageObjects { get; }
Property Value
Type | Description |
---|---|
SelectCageObjectData |
TargetCurves
Declaration
public SelectDisplayableObjectList TargetCurves { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
TargetDynamicPlane
Declaration
public CoordinateSystem TargetDynamicPlane { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
TargetFaces
Declaration
public SelectDisplayableObjectList TargetFaces { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
TargetPlane
Declaration
public Plane TargetPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
TargetType
Declaration
public SubdivisionProjectCageBuilderEx.TargetTypes TargetType { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilderEx.TargetTypes |
Type
Declaration
public SubdivisionProjectCageBuilderEx.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilderEx.Types |
Methods
OnTargetAxis()
Declaration
public void OnTargetAxis()
OnTargetDynamicPlane()
Declaration
public void OnTargetDynamicPlane()
OnTargetPlane()
Declaration
public void OnTargetPlane()
Implements
System.Runtime.Remoting.Messaging.IMessageSink