Class WrapMeshBuilder
Inheritance
WrapMeshBuilder
Assembly: NXOpen.dll
Syntax
public class WrapMeshBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WrapMeshBuilder()
Declaration
protected WrapMeshBuilder()
Properties
AngleThreshold
Declaration
public double AngleThreshold { get; set; }
Property Value
AverageSize
Declaration
public Expression AverageSize { get; }
Property Value
ChordalTolerance
Declaration
public double ChordalTolerance { get; set; }
Property Value
FacetsInGap
Declaration
public int FacetsInGap { get; set; }
Property Value
GapFaces
Declaration
public ScCollector GapFaces { get; }
Property Value
InputBodyCollector
Declaration
public ScCollector InputBodyCollector { get; }
Property Value
InputBodyOption
Declaration
public WrapMeshBuilder.KeepInputBodyType InputBodyOption { get; set; }
Property Value
IntendedGapSize
Declaration
public Expression IntendedGapSize { get; }
Property Value
KeepSharpEdges
Declaration
public bool KeepSharpEdges { get; set; }
Property Value
MaxGapSize
Declaration
public Expression MaxGapSize { get; }
Property Value
MaximumSize
Declaration
public Expression MaximumSize { get; }
Property Value
Method
Declaration
public WrapMeshBuilder.MethodType Method { get; set; }
Property Value
ProximityRefinement
Declaration
public bool ProximityRefinement { get; set; }
Property Value
SearchDistance
Declaration
public Expression SearchDistance { get; }
Property Value
SeedPoint
Declaration
public SelectDisplayableObjectList SeedPoint { get; }
Property Value
WrapMeshMode
Declaration
public WrapMeshBuilder.WrapMeshModeType WrapMeshMode { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink