Class DecimateFacetBodyBuilder
Inheritance
DecimateFacetBodyBuilder
Assembly: NXOpen.dll
Syntax
public class DecimateFacetBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DecimateFacetBodyBuilder()
Declaration
protected DecimateFacetBodyBuilder()
Properties
AngleThreshold
Declaration
public double AngleThreshold { get; set; }
Property Value
Bodies
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SubdivideFacetBodyBuilder.FacetCollector instead.")]
public SelectDisplayableObjectList Bodies { get; }
Property Value
DecimateMethod
Declaration
public DecimateFacetBodyBuilder.DecimateMethodType DecimateMethod { get; set; }
Property Value
FacetBodies
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.DecimateFacetBodyBuilder.Bodies instead.")]
public SelectFacetedBodyList FacetBodies { get; }
Property Value
FacetCollector
Declaration
public FacetCollector FacetCollector { get; set; }
Property Value
IsEditCopy
Declaration
public bool IsEditCopy { get; set; }
Property Value
IsLockBoundary
Declaration
public bool IsLockBoundary { get; set; }
Property Value
MinimumArea
Declaration
public double MinimumArea { get; set; }
Property Value
Percentage
Declaration
public double Percentage { get; set; }
Property Value
RegionList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SubdivideFacetBodyBuilder.FacetCollector instead.")]
public BoundaryDefinitionBuilderList RegionList { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink