Class DecimateFacetBodyBuilder
Inheritance
System.Object
System.MarshalByRefObject
DecimateFacetBodyBuilder
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.Facet
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
Type | Description |
---|---|
System.Double |
Bodies
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SubdivideFacetBodyBuilder.FacetCollector instead.")]
public SelectDisplayableObjectList Bodies { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
DecimateMethod
Declaration
public DecimateFacetBodyBuilder.DecimateMethodType DecimateMethod { get; set; }
Property Value
Type | Description |
---|---|
DecimateFacetBodyBuilder.DecimateMethodType |
FacetBodies
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.DecimateFacetBodyBuilder.Bodies instead.")]
public SelectFacetedBodyList FacetBodies { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBodyList |
FacetCollector
Declaration
public FacetCollector FacetCollector { get; set; }
Property Value
Type | Description |
---|---|
FacetCollector |
IsEditCopy
Declaration
public bool IsEditCopy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLockBoundary
Declaration
public bool IsLockBoundary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumArea
Declaration
public double MinimumArea { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Percentage
Declaration
public double Percentage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RegionList
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.SubdivideFacetBodyBuilder.FacetCollector instead.")]
public BoundaryDefinitionBuilderList RegionList { get; }
Property Value
Type | Description |
---|---|
BoundaryDefinitionBuilderList |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink