Search Results for

    Show / Hide Table of Contents

    Class FlexibleCableBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FlexibleCableBuilder
    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 FlexibleCableBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FlexibleCableBuilder()

    Declaration
    protected FlexibleCableBuilder()

    Properties

    AttachmentList

    Declaration
    public FlexibleCableAttachmentBuilderList AttachmentList { get; }
    Property Value
    Type Description
    FlexibleCableAttachmentBuilderList

    AttachmentsReversed

    Declaration
    public bool AttachmentsReversed { get; set; }
    Property Value
    Type Description
    bool

    Body

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

    Collisions

    Declaration
    public SelectNXObjectList Collisions { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Curves

    Declaration
    public SelectNXObjectList Curves { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Diameter

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

    GeometryType

    Declaration
    public FlexibleCableBuilder.GeometryTypes GeometryType { get; set; }
    Property Value
    Type Description
    FlexibleCableBuilder.GeometryTypes

    Length

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

    Material

    Declaration
    public FlexibleMaterial Material { get; set; }
    Property Value
    Type Description
    FlexibleMaterial

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SectionType

    Declaration
    public FlexibleCableBuilder.SectionTypes SectionType { get; set; }
    Property Value
    Type Description
    FlexibleCableBuilder.SectionTypes

    Thickness

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

    Width

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

    Methods

    UpdateAttachmentData(bool)

    Declaration
    public void UpdateAttachmentData(bool curveOrBodyUpdated)
    Parameters
    Type Name Description
    bool curveOrBodyUpdated

    UpdatePreviewedCableFacet(Point3d[], Vector3d[], double, double, double)

    Declaration
    public void UpdatePreviewedCableFacet(Point3d[] points, Vector3d[] widthDirections, double radius, double width, double thickness)
    Parameters
    Type Name Description
    Point3d[] points
    Vector3d[] widthDirections
    double radius
    double width
    double thickness

    Implements

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