Class NcmSubopBuilder
Inheritance
System.Object
System.MarshalByRefObject
NcmSubopBuilder
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.CAM
Assembly: NXOpen.dll
Syntax
public class NcmSubopBuilder : BaseBuilder, IMessageSink, IComponentBuilder
Constructors
NcmSubopBuilder()
Declaration
protected NcmSubopBuilder()
Properties
DefaultRegionStartType
Declaration
public NcmSubopBuilder.DefaultRegionStartTypes DefaultRegionStartType { get; set; }
Property Value
Type | Description |
---|---|
NcmSubopBuilder.DefaultRegionStartTypes |
StartPointsEffectDistBuilder
Declaration
public InheritableToolDepBuilder StartPointsEffectDistBuilder { get; }
Property Value
Type | Description |
---|---|
InheritableToolDepBuilder |
StartPointsUseEffectDist
Declaration
public bool StartPointsUseEffectDist { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetRegionStartPoints(out Point[])
Declaration
public void GetRegionStartPoints(out Point[] regionStartPoints)
Parameters
Type | Name | Description |
---|---|---|
Point[] | regionStartPoints |
SetRegionStartPoints(Point[])
Declaration
public void SetRegionStartPoints(Point[] regionStartPoints)
Parameters
Type | Name | Description |
---|---|---|
Point[] | regionStartPoints |
Implements
System.Runtime.Remoting.Messaging.IMessageSink