Class DieLimitsBuilder
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.Die
Assembly: NXOpen.dll
Syntax
public class DieLimitsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
DieLimitsBuilder()
Declaration
protected DieLimitsBuilder()
Properties
Curve
Declaration
public ScCollector Curve { get; }
Property Value
| Type | Description |
|---|---|
| ScCollector |
Point1
Declaration
public OnPathDimensionBuilder Point1 { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
Point2
Declaration
public OnPathDimensionBuilder Point2 { get; }
Property Value
| Type | Description |
|---|---|
| OnPathDimensionBuilder |
RemoveLimitPoints
Declaration
public bool RemoveLimitPoints { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Reverse
Declaration
public int Reverse { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetPath()
Declaration
public Curve GetPath()
Returns
| Type | Description |
|---|---|
| Curve |
GetPathObjects(out NXObject[])
Declaration
public void GetPathObjects(out NXObject[] objectArray)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | objectArray |
SetLimitsFromCurve(Curve)
Declaration
public void SetLimitsFromCurve(Curve curve)
Parameters
| Type | Name | Description |
|---|---|---|
| Curve | curve |
SetPath(Curve)
Declaration
public void SetPath(Curve path)
Parameters
| Type | Name | Description |
|---|---|---|
| Curve | path |
SetPathObjects(NXObject[])
Declaration
public void SetPathObjects(NXObject[] objectArray)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | objectArray |
Validate()
Declaration
public bool Validate()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink