SoBevelPropertyElementSetTests Method |
Allows the user to switch on/off the tests applied before the bevel (can increase speed when the tests are not needed).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetTests(
SoState state,
SoNode node,
int name_8863
)
Public Shared Sub SetTests (
state As SoState,
node As SoNode,
name_8863 As Integer
)
public:
static void SetTests(
SoState^ state,
SoNode^ node,
int name_8863
)
static member SetTests :
state : SoState *
node : SoNode *
name_8863 : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- name_8863
- Type: SystemInt32
Remarks See Also