Search Results for

    Show / Hide Table of Contents

    Class FlexibleCableBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FlexibleCableBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    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
    System.Int32

    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, FlexibleCableBuilder.BendAngleDirectionOptions, FlexibleCableBuilder.PathAdjustmentAngleDirectionOptions, Int32)

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

    CreatePlanarSegment(String, Int32)

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

    DeleteAllSegments()

    Declaration
    public void DeleteAllSegments()

    DeleteSegment(Int32)

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

    GetIndexOfSegment(FlexibleCableSegment)

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

    GetSegment(Int32)

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

    GetSegmentCount()

    Declaration
    public int GetSegmentCount()
    Returns
    Type Description
    System.Int32

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX