SbExtrusionGeneratorCreateFrom3DPoints Method (Queue, SoPath, SbViewVolume) |
Note: This API is now obsolete.
Calls CreateFrom3DPoints(pointsInWorld, nodePath, volume, SbBox3f()).
Obsolete since Open Inventor 8000.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static SoShape CreateFrom3DPoints(
Queue pointsInWorld,
SoPath nodePath,
SbViewVolume volume
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function CreateFrom3DPoints (
pointsInWorld As Queue,
nodePath As SoPath,
volume As SbViewVolume
) As SoShape
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static SoShape^ CreateFrom3DPoints(
Queue^ pointsInWorld,
SoPath^ nodePath,
SbViewVolume volume
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member CreateFrom3DPoints :
pointsInWorld : Queue *
nodePath : SoPath *
volume : SbViewVolume -> SoShape
Parameters
- pointsInWorld
- Type: System.CollectionsQueue
- nodePath
- Type: OIV.InventorSoPath
- volume
- Type: OIV.InventorSbViewVolume
Return Value
Type:
SoShapeRemarks See Also