Search Results for

    Show / Hide Table of Contents

    Class QualifySketchBuilder

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

    Constructors

    QualifySketchBuilder()

    Declaration
    protected QualifySketchBuilder()

    Properties

    ActiveRowIndex

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

    BaseLine

    Declaration
    public SelectCurve BaseLine { get; }
    Property Value
    Type Description
    SelectCurve

    ContextAttribute

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

    Feature

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

    ModelFile

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

    ModelList

    Declaration
    public AnchorPointList ModelList { get; }
    Property Value
    Type Description
    AnchorPointList

    ModelPath

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

    MoldLine

    Declaration
    public SelectCurve MoldLine { get; }
    Property Value
    Type Description
    SelectCurve

    OpposingMoldLine

    Declaration
    public SelectCurve OpposingMoldLine { get; }
    Property Value
    Type Description
    SelectCurve

    SectionType

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

    ShearLine

    Declaration
    public SelectCurve ShearLine { get; }
    Property Value
    Type Description
    SelectCurve

    ShipNo

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

    SpreadSheetFile

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

    SpreadSheetPath

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

    TaperLine

    Declaration
    public SelectCurve TaperLine { get; }
    Property Value
    Type Description
    SelectCurve

    TopLine

    Declaration
    public SelectCurve TopLine { get; }
    Property Value
    Type Description
    SelectCurve

    Methods

    AssignAttribute(TaggedObject, string, string, string, int, string)

    Declaration
    public void AssignAttribute(TaggedObject entity, string category, string title, string value, int attrType, string objName)
    Parameters
    Type Name Description
    TaggedObject entity
    string category
    string title
    string value
    int attrType
    string objName

    CreateNewAnchorPoint()

    Declaration
    public AnchorPoint CreateNewAnchorPoint()
    Returns
    Type Description
    AnchorPoint

    OpenParameterSpreadSheetToEdit()

    Declaration
    public void OpenParameterSpreadSheetToEdit()

    OpenPartFile()

    Declaration
    public void OpenPartFile()

    OpenRegistrationSpreadSheetToEdit()

    Declaration
    public void OpenRegistrationSpreadSheetToEdit()

    PreviewLeftImage()

    Declaration
    public void PreviewLeftImage()

    PreviewRightImage()

    Declaration
    public void PreviewRightImage()

    ReloadParameterSpreadSheet()

    Declaration
    public void ReloadParameterSpreadSheet()

    ReloadRegisterSpreadSheet()

    Declaration
    public void ReloadRegisterSpreadSheet()

    ReloadTable()

    Declaration
    public void ReloadTable()

    RemoveAttribute(TaggedObject, string, string, int)

    Declaration
    public void RemoveAttribute(TaggedObject entity, string category, string title, int attrType)
    Parameters
    Type Name Description
    TaggedObject entity
    string category
    string title
    int attrType

    UpdateSketch()

    Declaration
    public void UpdateSketch()

    ValidateCurves()

    Declaration
    public void ValidateCurves()

    ValidateParameterSpreadSheet()

    Declaration
    public void ValidateParameterSpreadSheet()

    ValidatePartAttributes()

    Declaration
    public void ValidatePartAttributes()

    ValidateSketchCurves()

    Declaration
    public void ValidateSketchCurves()

    Implements

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