Class FlexibleCableBuilder
Inheritance
System.Object
System.MarshalByRefObject
FlexibleCableBuilder
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)
Assembly: NXOpen.dll
public class FlexibleCableBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected FlexibleCableBuilder()
Properties
Declaration
public Direction CableDirection { get; set; }
Property Value
Declaration
public int ConductorCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Expression ConductorSpacing { get; }
Property Value
Declaration
public Expression ConductorWidth { get; }
Property Value
Declaration
public Expression CrossSectionWidth { get; }
Property Value
Declaration
public TaggedObjectList SegmentList { get; }
Property Value
Declaration
public Point StartPoint { get; set; }
Property Value
Declaration
public Expression StrippingLength { get; }
Property Value
Declaration
public Expression Thickness { get; }
Property Value
Declaration
public Direction ThicknessDirection { get; set; }
Property Value
Methods
Declaration
public FlexibleCableSegment CreateBendSegment(string bendAngle, string bendRadius, string pathAdjustmentAngle, FlexibleCableBuilder.BendAngleDirectionOptions bendAngleDirection, FlexibleCableBuilder.PathAdjustmentAngleDirectionOptions pathAdjustmentAngleDirection, int segmentIndex)
Parameters
Returns
Declaration
public FlexibleCableSegment CreatePlanarSegment(string length, int segmentIndex)
Parameters
Type |
Name |
Description |
System.String |
length |
|
System.Int32 |
segmentIndex |
|
Returns
Declaration
public void DeleteAllSegments()
Declaration
public void DeleteSegment(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
public int GetIndexOfSegment(FlexibleCableSegment flexibleCableSegment)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public FlexibleCableSegment GetSegment(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Declaration
public int GetSegmentCount()
Returns
Type |
Description |
System.Int32 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink