SoClipPlaneManipReplaceManip Method |
Namespace: OIV.Inventor.ManipsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool ReplaceManip(
SoPath p,
SoClipPlane newOne
)
Public Function ReplaceManip (
p As SoPath,
newOne As SoClipPlane
) As Boolean
public:
bool ReplaceManip(
SoPath^ p,
SoClipPlane^ newOne
)
member ReplaceManip :
p : SoPath *
newOne : SoClipPlane -> bool
Parameters
- p
- Type: OIV.InventorSoPath
- newOne
- Type: OIV.Inventor.NodesSoClipPlane
Return Value
Type:
BooleanRemarks See Also