Class PointCloudClippingBoxesListItemBuilder
Inheritance
System.Object
System.MarshalByRefObject
PointCloudClippingBoxesListItemBuilder
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.Display
Assembly: NXOpen.dll
Syntax
public class PointCloudClippingBoxesListItemBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
PointCloudClippingBoxesListItemBuilder()
Declaration
protected PointCloudClippingBoxesListItemBuilder()
Properties
ClippingEndPoint
Declaration
public Point ClippingEndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ClippingSide
Declaration
public PointCloudClippingBoxesListItemBuilder.ClippingSides ClippingSide { get; set; }
Property Value
Type | Description |
---|---|
PointCloudClippingBoxesListItemBuilder.ClippingSides |
ClippingStartPoint
Declaration
public Point ClippingStartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Orientation
Declaration
public Matrix3x3 Orientation { get; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink