Search Results for

    Show / Hide Table of Contents

    Class FlexibleCableBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FlexibleCableBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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.Features.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class FlexibleCableBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    FlexibleCableBuilder()

    Declaration
    protected FlexibleCableBuilder()

    Properties

    CableDirection

    Declaration
    public Direction CableDirection { get; set; }
    Property Value
    Type Description
    Direction

    ConductorCount

    Declaration
    public int ConductorCount { get; set; }
    Property Value
    Type Description
    int

    ConductorSpacing

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

    ConductorWidth

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

    CrossSectionWidth

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

    SegmentList

    Declaration
    public TaggedObjectList SegmentList { get; }
    Property Value
    Type Description
    TaggedObjectList

    StartPoint

    Declaration
    public Point StartPoint { get; set; }
    Property Value
    Type Description
    Point

    StrippingLength

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

    Thickness

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

    ThicknessDirection

    Declaration
    public Direction ThicknessDirection { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    CreateBendSegment(string, string, string, BendAngleDirectionOptions, PathAdjustmentAngleDirectionOptions, int)

    Declaration
    public FlexibleCableSegment CreateBendSegment(string bendAngle, string bendRadius, string pathAdjustmentAngle, FlexibleCableBuilder.BendAngleDirectionOptions bendAngleDirection, FlexibleCableBuilder.PathAdjustmentAngleDirectionOptions pathAdjustmentAngleDirection, int segmentIndex)
    Parameters
    Type Name Description
    string bendAngle
    string bendRadius
    string pathAdjustmentAngle
    FlexibleCableBuilder.BendAngleDirectionOptions bendAngleDirection
    FlexibleCableBuilder.PathAdjustmentAngleDirectionOptions pathAdjustmentAngleDirection
    int segmentIndex
    Returns
    Type Description
    FlexibleCableSegment

    CreatePlanarSegment(string, int)

    Declaration
    public FlexibleCableSegment CreatePlanarSegment(string length, int segmentIndex)
    Parameters
    Type Name Description
    string length
    int segmentIndex
    Returns
    Type Description
    FlexibleCableSegment

    DeleteAllSegments()

    Declaration
    public void DeleteAllSegments()

    DeleteSegment(int)

    Declaration
    public void DeleteSegment(int index)
    Parameters
    Type Name Description
    int index

    GetIndexOfSegment(FlexibleCableSegment)

    Declaration
    public int GetIndexOfSegment(FlexibleCableSegment flexibleCableSegment)
    Parameters
    Type Name Description
    FlexibleCableSegment flexibleCableSegment
    Returns
    Type Description
    int

    GetSegment(int)

    Declaration
    public FlexibleCableSegment GetSegment(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    FlexibleCableSegment

    GetSegmentCount()

    Declaration
    public int GetSegmentCount()
    Returns
    Type Description
    int

    Implements

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