Class PackagingMeasureBuilder
Inheritance
System.Object
System.MarshalByRefObject
PackagingMeasureBuilder
Inherited Members
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.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 |
---|---|
System.Boolean |
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 PackagingMeasureBuilder.GeometryData[])
Declaration
public void GetSourceList(out PackagingMeasureBuilder.GeometryData[] sourceGeometryData)
Parameters
Type | Name | Description |
---|---|---|
PackagingMeasureBuilder.GeometryData[] | sourceGeometryData |
GetTargetList(out PackagingMeasureBuilder.GeometryData[])
Declaration
public void GetTargetList(out PackagingMeasureBuilder.GeometryData[] targetGeometryData)
Parameters
Type | Name | Description |
---|---|---|
PackagingMeasureBuilder.GeometryData[] | targetGeometryData |
SetList2(DisplayableObject[])
Declaration
public void SetList2(DisplayableObject[] list2)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | list2 |
SetSourceList(PackagingMeasureBuilder.GeometryData[])
Declaration
public void SetSourceList(PackagingMeasureBuilder.GeometryData[] sourceGeometryData)
Parameters
Type | Name | Description |
---|---|---|
PackagingMeasureBuilder.GeometryData[] | sourceGeometryData |
SetTargetList(PackagingMeasureBuilder.GeometryData[])
Declaration
public void SetTargetList(PackagingMeasureBuilder.GeometryData[] targetGeometryData)
Parameters
Type | Name | Description |
---|---|---|
PackagingMeasureBuilder.GeometryData[] | targetGeometryData |
Implements
System.Runtime.Remoting.Messaging.IMessageSink