Search Results for

    Show / Hide Table of Contents

    Class ToolingBoxBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ToolingBoxBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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
    Assembly: NXOpen.dll
    Syntax
    public class ToolingBoxBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ToolingBoxBuilder()

    Declaration
    protected ToolingBoxBuilder()

    Properties

    AxisPoint

    Declaration
    public Point AxisPoint { get; set; }
    Property Value
    Type Description
    Point

    AxisVector

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

    BoundedObject

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

    BoxColor

    Declaration
    public NXColor BoxColor { get; set; }
    Property Value
    Type Description
    NXColor

    BoxPosition

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

    Clearance

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

    CsysAssociative

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

    CsysSelection

    Declaration
    public SelectCoordinateSystem CsysSelection { get; }
    Property Value
    Type Description
    SelectCoordinateSystem

    FacetBodies

    Declaration
    public SelectNXObjectList FacetBodies { get; }
    Property Value
    Type Description
    SelectNXObjectList

    NeedReferenceExpression

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

    NonAlignedMinimumBox

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

    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

    PositionPrecisionValue

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

    PrecisionValue

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

    RadialOffset

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

    ReferenceCsysType

    Declaration
    public ToolingBoxBuilder.RefCsysType ReferenceCsysType { get; set; }
    Property Value
    Type Description
    ToolingBoxBuilder.RefCsysType

    ShowDimension

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

    SingleOffset

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

    Type

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

    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

    CalculateBoxSize()

    Declaration
    public void CalculateBoxSize()

    SetBoxMatrixAndPosition(Matrix3x3, Point3d)

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

    SetSelectedOccurrences(NXObject[], NXObject[])

    Declaration
    public void SetSelectedOccurrences(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