Search Results for

    Show / Hide Table of Contents

    Class CreateBoxBuilder

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

    Constructors

    CreateBoxBuilder()

    Declaration
    protected CreateBoxBuilder()

    Properties

    BoxColor

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

    Clearance

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

    Objects

    Declaration
    public ScCollector Objects { get; }
    Property Value
    Type Description
    ScCollector

    OffsetNegativeX

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

    OffsetNegativeY

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

    OffsetNegativeZ

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

    OffsetPositiveX

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

    OffsetPositiveY

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

    OffsetPositiveZ

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

    Type

    Declaration
    public CreateBoxBuilder.BoxType Type { get; set; }
    Property Value
    Type Description
    CreateBoxBuilder.BoxType

    XValue

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

    YValue

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

    ZValue

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

    Methods

    ConvertFrecToBuilderData(NXObject)

    Declaration
    public void ConvertFrecToBuilderData(NXObject featTag)
    Parameters
    Type Name Description
    NXObject featTag

    GetBoxCsysPosition()

    Declaration
    public Point3d GetBoxCsysPosition()
    Returns
    Type Description
    Point3d

    GetBoxFeatTag()

    Declaration
    public NXObject GetBoxFeatTag()
    Returns
    Type Description
    NXObject

    SetBoxColorValue(Point3d)

    Declaration
    public void SetBoxColorValue(Point3d value)
    Parameters
    Type Name Description
    Point3d value

    SetBoxCsysPosition(Point3d)

    Declaration
    public void SetBoxCsysPosition(Point3d value)
    Parameters
    Type Name Description
    Point3d value

    SetBoxMatrixAndPosition(Matrix3x3, Point3d)

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

    SetSelectedOccs(NXObject[], NXObject[])

    Declaration
    public void SetSelectedOccs(NXObject[] selections, NXObject[] deselections)
    Parameters
    Type Name Description
    NXObject[] selections
    NXObject[] deselections

    Implements

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