SoLazyElementSetSmoothing Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetSmoothing(
SoState state,
bool value
)
Public Shared Sub SetSmoothing (
state As SoState,
value As Boolean
)
public:
static void SetSmoothing(
SoState^ state,
bool value
)
static member SetSmoothing :
state : SoState *
value : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- value
- Type: SystemBoolean
Remarks See Also