Class SubdivisionProjectCageBuilder
Inheritance
System.Object
System.MarshalByRefObject
SubdivisionProjectCageBuilder
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 SubdivisionProjectCageBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SubdivisionProjectCageBuilder()
Declaration
protected SubdivisionProjectCageBuilder()
Properties
Mode
Declaration
public SubdivisionProjectCageBuilder.ModeOptions Mode { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilder.ModeOptions |
ObjectsToProject
Declaration
public SelectCageObjectData ObjectsToProject { get; }
Property Value
Type | Description |
---|---|
SelectCageObjectData |
Target
Declaration
public SelectDisplayableObject Target { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
TargetCageObjects
Declaration
public SelectCageObjectData TargetCageObjects { get; }
Property Value
Type | Description |
---|---|
SelectCageObjectData |
TargetDynamicPlane
Declaration
public CoordinateSystem TargetDynamicPlane { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
TargetPlane
Declaration
public Plane TargetPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
TargetType
Declaration
public SubdivisionProjectCageBuilder.TargetTypes TargetType { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilder.TargetTypes |
Type
Declaration
public SubdivisionProjectCageBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SubdivisionProjectCageBuilder.Types |
Methods
OnTargetDynamicPlane()
Declaration
public void OnTargetDynamicPlane()
OnTargetPlane()
Declaration
public void OnTargetPlane()
Implements
System.Runtime.Remoting.Messaging.IMessageSink