Class FlexibleCableAttachmentBuilder
Inheritance
FlexibleCableAttachmentBuilder
Assembly: NXOpen.dll
Syntax
public class FlexibleCableAttachmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FlexibleCableAttachmentBuilder()
Declaration
protected FlexibleCableAttachmentBuilder()
Properties
Attachment
Declaration
public SelectNXObject Attachment { get; }
Property Value
AttachmentFrame
Declaration
public CoordinateSystem AttachmentFrame { get; set; }
Property Value
AttachmentType
Declaration
public FlexibleCableAttachmentBuilder.AttachmentTypes AttachmentType { get; set; }
Property Value
DistanceFromStart
Declaration
public Expression DistanceFromStart { get; }
Property Value
MaxRetractedLength
Declaration
public Expression MaxRetractedLength { get; }
Property Value
MinRetractedLength
Declaration
public Expression MinRetractedLength { get; }
Property Value
RollerCylindricalFace
Declaration
public SelectNXObject RollerCylindricalFace { get; }
Property Value
RotationAxis
Declaration
public FlexibleCableAttachmentBuilder.RotationAxes RotationAxis { get; set; }
Property Value
SecondaryAttachmentFrame
Declaration
public CoordinateSystem SecondaryAttachmentFrame { get; set; }
Property Value
SecondaryDistanceFromStart
Declaration
public Expression SecondaryDistanceFromStart { get; }
Property Value
SpringConstant
Declaration
public Expression SpringConstant { get; }
Property Value
WindingLength
Declaration
public Expression WindingLength { get; }
Property Value
WindingWidth
Declaration
public Expression WindingWidth { get; }
Property Value
WindingWidthType
Declaration
public FlexibleCableAttachmentBuilder.WindingWidthTypes WindingWidthType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink