Class PointCloudBuilder
Inheritance
System.Object
System.MarshalByRefObject
PointCloudBuilder
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 PointCloudBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PointCloudBuilder()
Declaration
protected PointCloudBuilder()
Properties
ClippingBoxesList
Declaration
public PointCloudClippingBoxesListItemBuilderList ClippingBoxesList { get; }
Property Value
Type | Description |
---|---|
PointCloudClippingBoxesListItemBuilderList |
LoadPointDataWithPart
Declaration
public bool LoadPointDataWithPart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PointBrightnessMode
Declaration
public PointCloudBuilder.BrightnessModes PointBrightnessMode { get; set; }
Property Value
Type | Description |
---|---|
PointCloudBuilder.BrightnessModes |
PointColorMode
Declaration
public PointCloudBuilder.ColorModes PointColorMode { get; set; }
Property Value
Type | Description |
---|---|
PointCloudBuilder.ColorModes |
PointDataFile
Declaration
public string PointDataFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PointDensity
Declaration
public double PointDensity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointSize
Declaration
public int PointSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CreateClippingBoxesListItemBuilder()
Declaration
public PointCloudClippingBoxesListItemBuilder CreateClippingBoxesListItemBuilder()
Returns
Type | Description |
---|---|
PointCloudClippingBoxesListItemBuilder |
LoadPointData()
Declaration
public void LoadPointData()
Implements
System.Runtime.Remoting.Messaging.IMessageSink