SbExtrusionGeneratorCreateFrom3DPoints Method (Queue, SoPath, SbViewVolume, SbBox3f) |
Note: This API is now obsolete.
Create an extruded shape from points in world space.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoShape CreateFrom3DPoints(
Queue pointsInWorld,
SoPath nodePath,
SbViewVolume volume,
SbBox3f bboxInLocal
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function CreateFrom3DPoints (
pointsInWorld As Queue,
nodePath As SoPath,
volume As SbViewVolume,
bboxInLocal As SbBox3f
) As SoShape
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoShape^ CreateFrom3DPoints(
Queue^ pointsInWorld,
SoPath^ nodePath,
SbViewVolume volume,
SbBox3f bboxInLocal
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member CreateFrom3DPoints :
pointsInWorld : Queue *
nodePath : SoPath *
volume : SbViewVolume *
bboxInLocal : SbBox3f -> SoShape
Parameters
- pointsInWorld
- Type: System.CollectionsQueue
Polyline in world space.
- nodePath
- Type: OIV.InventorSoPath
Path from root to the node space in which the generated shape will be expressed. Generally, the separator which will contain the shape. If NULL, the shape will be expressed in world space.
- volume
- Type: OIV.InventorSbViewVolume
View volume corresponding to the camera in which the points were taken.
- bboxInLocal
- Type: OIV.InventorSbBox3f
Bounding box that specifies limits of extruded shape, expressed in local space. If not specified, the shape will be extruded between the camera near and far planes.
Return Value
Type:
SoShapeRemarks Return NULL if error occurred.
Obsolete since Open Inventor 8000.
See Also