Search Results for

    Show / Hide Table of Contents

    Class ShipCoordinatesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ShipCoordinatesBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ShipCoordinatesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ShipCoordinatesBuilder()

    Declaration
    protected ShipCoordinatesBuilder()

    Properties

    AbsXValue

    Declaration
    public double AbsXValue { get; set; }
    Property Value
    Type Description
    System.Double

    AbsYValue

    Declaration
    public double AbsYValue { get; set; }
    Property Value
    Type Description
    System.Double

    AbsZValue

    Declaration
    public double AbsZValue { get; set; }
    Property Value
    Type Description
    System.Double

    CreateByCoordinates

    Declaration
    public bool CreateByCoordinates { get; set; }
    Property Value
    Type Description
    System.Boolean

    CreateCoordSymbol

    Declaration
    public bool CreateCoordSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    CreatePmiWithLeader

    Declaration
    public bool CreatePmiWithLeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    DeltaX

    Declaration
    public double DeltaX { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaY

    Declaration
    public double DeltaY { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaZ

    Declaration
    public double DeltaZ { get; set; }
    Property Value
    Type Description
    System.Double

    OutputToInformation

    Declaration
    public bool OutputToInformation { get; set; }
    Property Value
    Type Description
    System.Boolean

    Point

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

    PointSymbolType

    Declaration
    public ShipCoordinatesBuilder.SymbolType PointSymbolType { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.SymbolType

    PortName

    Declaration
    public string PortName { get; set; }
    Property Value
    Type Description
    System.String

    RoutingComponent

    Declaration
    public SelectDisplayableObject RoutingComponent { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    SelectionType

    Declaration
    public ShipCoordinatesBuilder.Selection SelectionType { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.Selection

    Type

    Declaration
    public ShipCoordinatesBuilder.Selection Type { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.Selection

    XDirection

    Declaration
    public ShipCoordinatesBuilder.XDirectionType XDirection { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.XDirectionType

    XDistance

    Declaration
    public double XDistance { get; set; }
    Property Value
    Type Description
    System.Double

    XFrameOption

    Declaration
    public string XFrameOption { get; set; }
    Property Value
    Type Description
    System.String

    XValueLabel

    Declaration
    public bool XValueLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    YDirection

    Declaration
    public ShipCoordinatesBuilder.YDirectionType YDirection { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.YDirectionType

    YDistance

    Declaration
    public double YDistance { get; set; }
    Property Value
    Type Description
    System.Double

    YFrameOption

    Declaration
    public string YFrameOption { get; set; }
    Property Value
    Type Description
    System.String

    YValueLabel

    Declaration
    public bool YValueLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ZDirection

    Declaration
    public ShipCoordinatesBuilder.ZDirectionType ZDirection { get; set; }
    Property Value
    Type Description
    ShipCoordinatesBuilder.ZDirectionType

    ZDistance

    Declaration
    public double ZDistance { get; set; }
    Property Value
    Type Description
    System.Double

    ZFrameOption

    Declaration
    public string ZFrameOption { get; set; }
    Property Value
    Type Description
    System.String

    ZValueLabel

    Declaration
    public bool ZValueLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AppendPointToInformation()

    Declaration
    public void AppendPointToInformation()

    CreatePMILabelInModel(Point, ModelingView, Int32)

    Declaration
    public PmiNote CreatePMILabelInModel(Point pointTag, ModelingView targetView, int labelType)
    Parameters
    Type Name Description
    Point pointTag
    ModelingView targetView
    System.Int32 labelType
    Returns
    Type Description
    PmiNote

    CreatePointByCoordinates()

    Declaration
    public void CreatePointByCoordinates()

    CycleRoutingPorts()

    Declaration
    public void CycleRoutingPorts()

    EvaluatePointInformation(Point3d)

    Declaration
    public void EvaluatePointInformation(Point3d position)
    Parameters
    Type Name Description
    Point3d position

    EvaluateSinglePortInformation(Int32)

    Declaration
    public void EvaluateSinglePortInformation(int portIndex)
    Parameters
    Type Name Description
    System.Int32 portIndex

    GetPorts(out TaggedObject[])

    Declaration
    public void GetPorts(out TaggedObject[] ports)
    Parameters
    Type Name Description
    TaggedObject[] ports

    SetCurrentDisplayPort(TaggedObject)

    Declaration
    public void SetCurrentDisplayPort(TaggedObject port)
    Parameters
    Type Name Description
    TaggedObject port

    SetPointSelectionView(View)

    Declaration
    public void SetPointSelectionView(View tgView)
    Parameters
    Type Name Description
    View tgView

    SetPosition(Point3d)

    Declaration
    public void SetPosition(Point3d position)
    Parameters
    Type Name Description
    Point3d position

    Implements

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