Class MeshFromCloudBuilder
Inheritance
MeshFromCloudBuilder
Assembly: NXOpen.dll
Syntax
public class MeshFromCloudBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MeshFromCloudBuilder()
Declaration
protected MeshFromCloudBuilder()
Properties
AnalyzeMeshQuality
Declaration
public bool AnalyzeMeshQuality { get; set; }
Property Value
ModeOptions
Declaration
public MeshFromCloudBuilder.ModeOption ModeOptions { get; set; }
Property Value
NeighborhoodSize
Declaration
public double NeighborhoodSize { get; set; }
Property Value
PointFile
Declaration
public string PointFile { get; set; }
Property Value
SelectPoints
Declaration
public SelectPointList SelectPoints { get; }
Property Value
SmoothingFactor
Declaration
public int SmoothingFactor { get; set; }
Property Value
SourceOptions
Declaration
public MeshFromCloudBuilder.SourceOption SourceOptions { get; set; }
Property Value
TargetVertexNumber
Declaration
public int TargetVertexNumber { get; set; }
Property Value
TessellationPercentage
Declaration
public double TessellationPercentage { get; set; }
Property Value
Methods
SuggestNeighborhoodSize()
Declaration
public void SuggestNeighborhoodSize()
Implements
System.Runtime.Remoting.Messaging.IMessageSink