Class FeatureEdgeNodeMethodOptions
Inheritance
FeatureEdgeNodeMethodOptions
Assembly: NXOpen.dll
Syntax
public class FeatureEdgeNodeMethodOptions : TransientObject, IMessageSink, IDisposable
Constructors
FeatureEdgeNodeMethodOptions(nint)
Declaration
protected FeatureEdgeNodeMethodOptions(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetComputeElementEdgeType(Type)
Declaration
public void SetComputeElementEdgeType(Type edgeType)
Parameters
Type |
Name |
Description |
Type |
edgeType |
|
SetComputeFreeEdgesOnVisibleModel(bool)
Declaration
public void SetComputeFreeEdgesOnVisibleModel(bool computeFreeEdgesOnVisibleModel)
Parameters
Type |
Name |
Description |
bool |
computeFreeEdgesOnVisibleModel |
|
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