Class FeatureExtractionBuilder
Inheritance
System.Object
System.MarshalByRefObject
FeatureExtractionBuilder
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 FeatureExtractionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FeatureExtractionBuilder()
Declaration
protected FeatureExtractionBuilder()
Properties
AreBordersEnabled
Declaration
public bool AreBordersEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AreRegionsEnabled
Declaration
public bool AreRegionsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FacetBodies
Declaration
public SelectFacetedBodyList FacetBodies { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBodyList |
InputAction
Declaration
public FeatureExtractionBuilder.InputActions InputAction { get; set; }
Property Value
Type | Description |
---|---|
FeatureExtractionBuilder.InputActions |
IsSmoothingEnabled
Declaration
public bool IsSmoothingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumBorderLength
Declaration
public double MinimumBorderLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SmoothingFactor
Declaration
public double SmoothingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetExtractedBorders()
Declaration
public Spline[] GetExtractedBorders()
Returns
Type | Description |
---|---|
Spline[] |
GetExtractedRegions()
Declaration
public FacetedBody[] GetExtractedRegions()
Returns
Type | Description |
---|---|
FacetedBody[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink