SoProfileElementAdd Method |
Add to the current profile list.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Add(
SoState state,
SoProfile profile
)
Public Shared Sub Add (
state As SoState,
profile As SoProfile
)
public:
static void Add(
SoState^ state,
SoProfile^ profile
)
static member Add :
state : SoState *
profile : SoProfile -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- profile
- Type: OIV.Inventor.NodesSoProfile
Remarks See Also