Search Results for

    Show / Hide Table of Contents

    Class PlaceSpliceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlaceSpliceBuilder
    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.ElectricalRouting
    Assembly: NXOpen.dll
    Syntax
    public class PlaceSpliceBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlaceSpliceBuilder()

    Declaration
    protected PlaceSpliceBuilder()

    Properties

    AdditionalWireLength

    Declaration
    public double AdditionalWireLength { get; set; }
    Property Value
    Type Description
    double

    ConnectorDevice

    Declaration
    public ConnectorDevice ConnectorDevice { get; set; }
    Property Value
    Type Description
    ConnectorDevice

    DistanceFromAnchor

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

    PointOnPath

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

    Segment

    Declaration
    public ISegment Segment { get; set; }
    Property Value
    Type Description
    ISegment

    SpliceName

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

    SwitchReferencePoint

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

    Methods

    SetDistanceFromAnchorNode(double)

    Declaration
    public void SetDistanceFromAnchorNode(double distance)
    Parameters
    Type Name Description
    double distance

    SetEndRouteNodesOfRouteSection(ControlPoint, ControlPoint)

    Declaration
    public void SetEndRouteNodesOfRouteSection(ControlPoint startRouteNode, ControlPoint endRouteNode)
    Parameters
    Type Name Description
    ControlPoint startRouteNode
    ControlPoint endRouteNode

    SetRouteSectionLength(double)

    Declaration
    public void SetRouteSectionLength(double totalLengthOfRouteSection)
    Parameters
    Type Name Description
    double totalLengthOfRouteSection

    Implements

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