Search Results for

    Show / Hide Table of Contents

    Class FlexibleCableAttachmentBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FlexibleCableAttachmentBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class FlexibleCableAttachmentBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FlexibleCableAttachmentBuilder()

    Declaration
    protected FlexibleCableAttachmentBuilder()

    Properties

    Attachment

    Declaration
    public SelectNXObject Attachment { get; }
    Property Value
    Type Description
    SelectNXObject

    AttachmentFrame

    Declaration
    public CoordinateSystem AttachmentFrame { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    AttachmentType

    Declaration
    public FlexibleCableAttachmentBuilder.AttachmentTypes AttachmentType { get; set; }
    Property Value
    Type Description
    FlexibleCableAttachmentBuilder.AttachmentTypes

    DistanceFromStart

    Declaration
    public Expression DistanceFromStart { get; }
    Property Value
    Type Description
    Expression

    MaxRetractedLength

    Declaration
    public Expression MaxRetractedLength { get; }
    Property Value
    Type Description
    Expression

    MinRetractedLength

    Declaration
    public Expression MinRetractedLength { get; }
    Property Value
    Type Description
    Expression

    RotationAxis

    Declaration
    public FlexibleCableAttachmentBuilder.RotationAxes RotationAxis { get; set; }
    Property Value
    Type Description
    FlexibleCableAttachmentBuilder.RotationAxes

    SecondaryAttachmentFrame

    Declaration
    public CoordinateSystem SecondaryAttachmentFrame { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    SecondaryDistanceFromStart

    Declaration
    public Expression SecondaryDistanceFromStart { get; }
    Property Value
    Type Description
    Expression

    SpringConstant

    Declaration
    public Expression SpringConstant { get; }
    Property Value
    Type Description
    Expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX