Search Results for

    Show / Hide Table of Contents

    Class QualifySketchBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    QualifySketchBuilder
    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 QualifySketchBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    QualifySketchBuilder()

    Declaration
    protected QualifySketchBuilder()

    Properties

    ActiveRowIndex

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

    BaseLine

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

    ContextAttribute

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

    Feature

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

    ModelFile

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

    ModelList

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

    ModelPath

    Declaration
    public string ModelPath { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    ShearLine

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

    ShipNo

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

    SpreadSheetFile

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

    SpreadSheetPath

    Declaration
    public string SpreadSheetPath { get; set; }
    Property Value
    Type Description
    System.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, Int32, String)

    Declaration
    public void AssignAttribute(TaggedObject entity, string category, string title, string value, int attrType, string objName)
    Parameters
    Type Name Description
    TaggedObject entity
    System.String category
    System.String title
    System.String value
    System.Int32 attrType
    System.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, Int32)

    Declaration
    public void RemoveAttribute(TaggedObject entity, string category, string title, int attrType)
    Parameters
    Type Name Description
    TaggedObject entity
    System.String category
    System.String title
    System.Int32 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