Search Results for

    Show / Hide Table of Contents

    Class GeneralInsertBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    GeneralInsertBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class GeneralInsertBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    GeneralInsertBuilder()

    Declaration
    protected GeneralInsertBuilder()

    Properties

    BoxOffset

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

    Clearance

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

    GenerateType

    Declaration
    public GeneralInsertBuilder.GenerateMethod GenerateType { get; set; }
    Property Value
    Type Description
    GeneralInsertBuilder.GenerateMethod

    Height

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

    InsertToDelete

    Declaration
    public SelectComponentList InsertToDelete { get; }
    Property Value
    Type Description
    SelectComponentList

    InsertToEdit

    Declaration
    public SelectComponent InsertToEdit { get; }
    Property Value
    Type Description
    SelectComponent

    NegativeX

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

    NegativeY

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

    NegativeZ

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

    NormalRenameDialog

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

    OrientationReferenceCSYS

    Declaration
    public Matrix3x3 OrientationReferenceCSYS { get; set; }
    Property Value
    Type Description
    Matrix3x3

    OuterProfile

    Declaration
    public Section OuterProfile { get; }
    Property Value
    Type Description
    Section

    ParentPart

    Declaration
    public GeneralInsertBuilder.ParentOption ParentPart { get; set; }
    Property Value
    Type Description
    GeneralInsertBuilder.ParentOption

    ParentPartName

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

    PositiveX

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

    PositiveY

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

    PositiveZ

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

    Radius

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

    ReverseInsertDirection

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

    SelectFace

    Declaration
    public SelectFaceList SelectFace { get; }
    Property Value
    Type Description
    SelectFaceList

    SettingWithoutFalseBody

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

    StartPosition

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

    Type

    Declaration
    public GeneralInsertBuilder.Types Type { get; set; }
    Property Value
    Type Description
    GeneralInsertBuilder.Types

    UserDefinedExtrudeDirection

    Declaration
    public Vector3d UserDefinedExtrudeDirection { get; set; }
    Property Value
    Type Description
    Vector3d

    WizardType

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

    Methods

    AddFromSpreadsheetAttributeList()

    Declaration
    public void AddFromSpreadsheetAttributeList()

    CreateDatum()

    Declaration
    public void CreateDatum()

    CreateOffsetDatumPlane()

    Declaration
    public void CreateOffsetDatumPlane()

    CreateUserDefinedInsert(String)

    Declaration
    public void CreateUserDefinedInsert(string refset)
    Parameters
    Type Name Description
    System.String refset

    DeleteAttribute()

    Declaration
    public void DeleteAttribute()

    GetAttributeTitleName(out String[])

    Declaration
    public void GetAttributeTitleName(out string[] titleName)
    Parameters
    Type Name Description
    System.String[] titleName

    GetAttributeValueText(out String[])

    Declaration
    public void GetAttributeValueText(out string[] valueText)
    Parameters
    Type Name Description
    System.String[] valueText

    NewAttribute()

    Declaration
    public void NewAttribute()

    SetAttributeTitleName(String[])

    Declaration
    public void SetAttributeTitleName(string[] titleName)
    Parameters
    Type Name Description
    System.String[] titleName

    SetAttributeValueText(String[])

    Declaration
    public void SetAttributeValueText(string[] valueText)
    Parameters
    Type Name Description
    System.String[] valueText

    Implements

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