Search Results for

    Show / Hide Table of Contents

    Class InsertBlockBuilder

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

    Constructors

    InsertBlockBuilder()

    Declaration
    protected InsertBlockBuilder()

    Properties

    BlockShimDistance

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

    BoundingBoxType

    Declaration
    public InsertBlockBuilder.BoundingBoxTypeItems BoundingBoxType { get; set; }
    Property Value
    Type Description
    InsertBlockBuilder.BoundingBoxTypeItems

    BoxPosition

    Declaration
    public Point3d BoxPosition { get; set; }
    Property Value
    Type Description
    Point3d

    ClearanceToggle

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

    ConceptDesign

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

    FacesSelect

    Declaration
    public SelectBodyList FacesSelect { get; }
    Property Value
    Type Description
    SelectBodyList

    InsertBlockClearance

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

    InsertBlockType

    Declaration
    public InsertBlockBuilder.InsertBlockTypeItems InsertBlockType { get; set; }
    Property Value
    Type Description
    InsertBlockBuilder.InsertBlockTypeItems

    InsertMode

    Declaration
    public InsertBlockBuilder.InsertModeItems InsertMode { get; set; }
    Property Value
    Type Description
    InsertBlockBuilder.InsertModeItems

    InsertToDelete

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

    InsertToEdit

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

    InsertType

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

    NewPartNames

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

    OffsetValueLinearDimensionNegativeX

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

    OffsetValueLinearDimensionNegativeY

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

    OffsetValueLinearDimensionNegativeZ

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

    OffsetValueLinearDimensionPositiveX

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

    OffsetValueLinearDimensionPositiveY

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

    OffsetValueLinearDimensionPositiveZ

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

    ParentPartName

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

    RadialOffset

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

    RenameDialog

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

    SelectInsertBlockOutline

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

    SelectVector

    Declaration
    public Direction SelectVector { get; set; }
    Property Value
    Type Description
    Direction

    StandardInsertBlockTag

    Declaration
    public TaggedObject StandardInsertBlockTag { get; set; }
    Property Value
    Type Description
    TaggedObject

    UserDefBlockDatumPlane

    Declaration
    public TaggedObject UserDefBlockDatumPlane { get; set; }
    Property Value
    Type Description
    TaggedObject

    UserDefinedInsertBlockHeight

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

    WithoutFalseBody

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

    Methods

    AddInsertBlockPart()

    Declaration
    public void AddInsertBlockPart()

    CalculateBoxSize()

    Declaration
    public void CalculateBoxSize()

    CreateUserDefinedInsertBlock()

    Declaration
    public void CreateUserDefinedInsertBlock()

    CreateUserDefinedInsertDatumPlane()

    Declaration
    public void CreateUserDefinedInsertDatumPlane()

    DeleteUnusedDatumAndSketch()

    Declaration
    public void DeleteUnusedDatumAndSketch()

    SetManipulatorToMatrixAndPosition(Matrix3x3, Point3d)

    Declaration
    public void SetManipulatorToMatrixAndPosition(Matrix3x3 matrix, Point3d position)
    Parameters
    Type Name Description
    Matrix3x3 matrix
    Point3d position

    StandardInsertBlock()

    Declaration
    public void StandardInsertBlock()

    Implements

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