Class Topology
Assembly: NXOpen.dll
Syntax
public class Topology : Builder, IMessageSink, IComponentBuilder
Constructors
Topology()
Declaration
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Methods
GetShellCount()
Declaration
public int GetShellCount()
Returns
Rebuild()
Declaration
RemoveShell(int)
Declaration
public void RemoveShell(int shellIndex)
Parameters
Type |
Name |
Description |
int |
shellIndex |
|
ReverseMaterialSide(int)
Declaration
public void ReverseMaterialSide(int shellIndex)
Parameters
Type |
Name |
Description |
int |
shellIndex |
|
UnifyMaterialSide(int)
Declaration
public void UnifyMaterialSide(int shellIndex)
Parameters
Type |
Name |
Description |
int |
shellIndex |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink