Class FeatureNodeMethodOptions
Inheritance
FeatureNodeMethodOptions
Assembly: NXOpen.dll
Syntax
public class FeatureNodeMethodOptions : TransientObject, IMessageSink, IDisposable
Constructors
FeatureNodeMethodOptions(nint)
Declaration
protected FeatureNodeMethodOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetComputeFreesOnVisibleModel(bool)
Declaration
public void SetComputeFreesOnVisibleModel(bool computeFreesOnVisibleModel)
Parameters
Type |
Name |
Description |
bool |
computeFreesOnVisibleModel |
|
SetDoEntityVisibilityCheck(bool)
Declaration
public void SetDoEntityVisibilityCheck(bool doEntityVisibilityCheck)
Parameters
Type |
Name |
Description |
bool |
doEntityVisibilityCheck |
|
SetFeatureAngle(double)
Declaration
public void SetFeatureAngle(double featureAngle)
Parameters
Type |
Name |
Description |
double |
featureAngle |
|
SetOnlyCornerNodes(bool)
Declaration
public void SetOnlyCornerNodes(bool onlyCornerNodes)
Parameters
Type |
Name |
Description |
bool |
onlyCornerNodes |
|
SetStopAtNonmanifoldJunctions(bool)
Declaration
public void SetStopAtNonmanifoldJunctions(bool stopAtNonManifoldJunctions)
Parameters
Type |
Name |
Description |
bool |
stopAtNonManifoldJunctions |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink