Class UdtSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
UdtSectionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 UdtSectionBuilder : TaggedObject, IMessageSink
Constructors
UdtSectionBuilder()
Declaration
protected UdtSectionBuilder()
Properties
NumberOfSections
Declaration
public int NumberOfSections { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CreateWithParameter(Double, Double, Double, Double)
Declaration
public int CreateWithParameter(double length, double angle, double radius, double sweep)
Parameters
Type | Name | Description |
---|---|---|
System.Double | length | |
System.Double | angle | |
System.Double | radius | |
System.Double | sweep |
Returns
Type | Description |
---|---|
System.Int32 |
Delete(Int32)
Declaration
public void Delete(int nodeIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nodeIndex |
Get(Int32, out Double, out Double, out Double, out Double)
Declaration
public void Get(int index, out double length, out double angle, out double radius, out double sweep)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Double | length | |
System.Double | angle | |
System.Double | radius | |
System.Double | sweep |
ModifyWithParameter(Int32, Double, Double, Double, Double)
Declaration
public void ModifyWithParameter(int index, double length, double angle, double radius, double sweep)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Double | length | |
System.Double | angle | |
System.Double | radius | |
System.Double | sweep |
Implements
System.Runtime.Remoting.Messaging.IMessageSink