fastest 3D software for linux

Linux 3D
interactive ray-tracing
[1 introduction] [2 overview] [3 reference] [4 GUI]

Index

 E3dSel_MeshPolyGroupSelect
 E3dSel_MeshSelectEdgeLoop


E3dSel_MeshPolyGroupSelect

Select the given Mesh and PolyGroup

Syntax
void E3dSel_MeshPolyGroupSelect(E3dScene* PScene, E3dMesh* PMesh, E3dPolyGroup* PPolyGroup, const EBool PUnselectTheRest, const EBool PNotify)

Arguments
E3dScene* PScene Pointer to the Scene E3dMesh* PMesh Pointer to the Mesh E3dPolyGroup* PPolyGroup Pointer to the PolyGroup to select const EBool PUnselectTheRest If TRUE, unselect other PolyGroups in the Scene const EBool PNotify If TRUE, call the appropriate Scene callbacks
Description
Selects the given PolyGroup.

Return value
None.

E3dSel_MeshSelectEdgeLoop

Select an Edge loop on a Mesh

Syntax
EChangeFlags E3dSel_MeshSelectEdgeLoop(E3dMesh* PMesh, const EIndex PEdgeIndex)

Arguments
E3dMesh* PMesh Pointer to the Mesh const EIndex PEdgeIndex The index of the Edge at which start the loop selection
Description
Selects consecutive Edges, starting at the given Edge.

Return value
Flags to indicate what was changed. E.g. E3dChgSELECTION
© 1996-2022 By Gabor Nagy