Search Results for

    Show / Hide Table of Contents

    Class PackagingMeasureBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PackagingBuilder
    PackagingMeasureBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    PackagingBuilder.GetList1()
    PackagingBuilder.SetList1(DisplayableObject[])
    PackagingBuilder.Enable
    PackagingBuilder.Name
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class PackagingMeasureBuilder : PackagingBuilder, IMessageSink, IComponentBuilder

    Constructors

    PackagingMeasureBuilder()

    Declaration
    protected PackagingMeasureBuilder()

    Properties

    Condition

    Declaration
    public PackagingMeasureBuilder.MeasureCondition Condition { get; set; }
    Property Value
    Type Description
    PackagingMeasureBuilder.MeasureCondition

    MsType

    Declaration
    public PackagingMeasureBuilder.MeasureType MsType { get; set; }
    Property Value
    Type Description
    PackagingMeasureBuilder.MeasureType

    StopOnEvent

    Declaration
    public bool StopOnEvent { get; set; }
    Property Value
    Type Description
    bool

    ThresholdAngleExpression

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

    ThresholdExpression

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

    ToleranceAngleExpression

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

    ToleranceExpression

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

    Methods

    GetList2()

    Declaration
    public DisplayableObject[] GetList2()
    Returns
    Type Description
    DisplayableObject[]

    GetSourceList(out GeometryData[])

    Declaration
    public void GetSourceList(out PackagingMeasureBuilder.GeometryData[] sourceGeometryData)
    Parameters
    Type Name Description
    GeometryData[] sourceGeometryData

    GetTargetList(out GeometryData[])

    Declaration
    public void GetTargetList(out PackagingMeasureBuilder.GeometryData[] targetGeometryData)
    Parameters
    Type Name Description
    GeometryData[] targetGeometryData

    SetList2(DisplayableObject[])

    Declaration
    public void SetList2(DisplayableObject[] list2)
    Parameters
    Type Name Description
    DisplayableObject[] list2

    SetSourceList(GeometryData[])

    Declaration
    public void SetSourceList(PackagingMeasureBuilder.GeometryData[] sourceGeometryData)
    Parameters
    Type Name Description
    GeometryData[] sourceGeometryData

    SetTargetList(GeometryData[])

    Declaration
    public void SetTargetList(PackagingMeasureBuilder.GeometryData[] targetGeometryData)
    Parameters
    Type Name Description
    GeometryData[] targetGeometryData

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX