Class MeshFromPointCloudBuilder
Inheritance
MeshFromPointCloudBuilder
Assembly: NXOpen.dll
Syntax
public class MeshFromPointCloudBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MeshFromPointCloudBuilder()
Declaration
protected MeshFromPointCloudBuilder()
Properties
BeamMeshToggle
Declaration
public bool BeamMeshToggle { get; set; }
Property Value
FeatureAngle
Declaration
public Expression FeatureAngle { get; }
Property Value
MaxDistance
Declaration
public Expression MaxDistance { get; }
Property Value
MeshName
Declaration
public string MeshName { get; set; }
Property Value
Points
Declaration
public SelectTaggedObjectList Points { get; }
Property Value
ShellElementType
Declaration
public ElementTypeBuilder ShellElementType { get; }
Property Value
WireframeElementType
Declaration
public ElementTypeBuilder WireframeElementType { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink