|
Functions | |
| outcome | api_va_get_vki_handles (const va_tetmesh *p_mesh, vis_Connect *&vki_connect, vis_TetMesh *&vki_mesh, va_base_mesh_options *mopts=NULL, AcisOptions *ao=NULL) |
| Get access to underlying VKI functionality for Tet Mesh. | |
| outcome | api_va_get_vki_handles (const va_surfmesh *p_mesh, vis_Connect *&vki_connect, vis_SurfMesh *&vki_mesh, va_base_mesh_options *mopts=NULL, AcisOptions *ao=NULL) |
| Get access to underlying VKI functionality for Surface Mesh. | |
| outcome api_va_get_vki_handles | ( | const va_tetmesh * | p_mesh, | |
| vis_Connect *& | vki_connect, | |||
| vis_TetMesh *& | vki_mesh, | |||
| va_base_mesh_options * | mopts = NULL, |
|||
| AcisOptions * | ao = NULL | |||
| ) |
Get access to underlying VKI functionality for Tet Mesh.
| p_mesh | Pointer to an instance of the va_tetmesh bridge object | |
| vki_connect | Output pointer to VKI's mesh connectivity manager | |
| vki_mesh | Output pointer to VKI's own vis_TetMesh object | |
| ao | ACIS Options |
include <vabridge3D.h>
| outcome api_va_get_vki_handles | ( | const va_surfmesh * | p_mesh, | |
| vis_Connect *& | vki_connect, | |||
| vis_SurfMesh *& | vki_mesh, | |||
| va_base_mesh_options * | mopts = NULL, |
|||
| AcisOptions * | ao = NULL | |||
| ) |
Get access to underlying VKI functionality for Surface Mesh.
| p_mesh | Pointer to an instance of the va_surfmesh bridge object | |
| vki_connect | Output pointer to VKI's mesh connectivity manager | |
| vki_mesh | Output pointer to VKI's own vis_SurfMesh object | |
| ao | ACIS Options |
include <vabridge3D.h>