PK_TOPOL_t   



This type represents any TOPOLogical item.

Used in:

PK_BODY_ask_topology
PK_BODY_contains_vector
PK_BODY_create_minimum_topology
PK_BODY_create_sheet_topology
PK_BODY_create_solid_topology
PK_BODY_create_topology
PK_BODY_create_topology_2_r_t
PK_BODY_create_wire_topology
PK_BODY_fill_hole
PK_BODY_find_extreme
PK_BODY_find_facesets_o_t
PK_BODY_knit
PK_BODY_loft_status_r_t
PK_BODY_make_curves_outline
PK_BODY_make_spun_outline
PK_BODY_spin
PK_BODY_sweep
PK_BODY_sweep_status_r_t
PK_BODY_thicken
PK_boolean_match_region_o_t
PK_boolean_region_select_o_t
PK_boolean_select_topolset_o_t
PK_EDGE_check_blends
PK_EDGE_contains_vector
PK_EDGE_find_extreme
PK_FACE_change_data_patch_t
PK_FACE_contains_vectors
PK_FACE_find_extreme
PK_FACE_intersect_curve
PK_FACE_make_3_face_blend_r_t
PK_FACE_make_blend
PK_FACE_output_surf_trimmed
PK_FACE_pattern_data_r_t
PK_FACE_pattern_r_t
PK_find_reparam_record_r_t
PK_fxf_error_t
PK_identify_general_r_t
PK_replace_help_points_t
PK_TOPOL_ask_entities_by_attdef
PK_TOPOL_categorise_geom
PK_TOPOL_clash
PK_TOPOL_clash_o_t
PK_TOPOL_clash_t
PK_TOPOL_delete_redundant
PK_TOPOL_delete_redundant_2
PK_TOPOL_delete_redundant_2_o_t
PK_TOPOL_detach_geom
PK_TOPOL_eval_mass_props
PK_TOPOL_facet
PK_TOPOL_facet_2
PK_TOPOL_facet_mesh_2_o_t
PK_TOPOL_facet_mesh_o_t
PK_TOPOL_facet_tables_cb_f_t
PK_TOPOL_fctab_fin_topol_t
PK_TOPOL_fctab_point_topol_t
PK_TOPOL_find_box
PK_TOPOL_find_box_2
PK_TOPOL_find_nabox
PK_TOPOL_identify_redundant
PK_TOPOL_make_facet_topol
PK_TOPOL_make_general_body
PK_TOPOL_make_new
PK_TOPOL_range
PK_TOPOL_range_array
PK_TOPOL_range_array_vector
PK_TOPOL_range_geom
PK_TOPOL_range_geom_array
PK_TOPOL_range_local
PK_TOPOL_range_local_vector
PK_TOPOL_range_vector
PK_TOPOL_remove_body_component
PK_TOPOL_render_facet
PK_TOPOL_render_line
PK_TOPOL_track_record_r_t


A topological item is a type of entity (PK_CLASS_topol is a subclass of
PK_CLASS_entity).

A topological item may be of one of the types:

 - PK_PART_t:     a part which may be saved or received
 - PK_INSTANCE_t: an instance which positions and orientates an occurrence of
                  a part
 - PK_REGION_t:   a region which is a connected subset of 3-dimensional space
 - PK_SHELL_t:    a shell which is a connected set of oriented faces
 - PK_FACE_t:     a face which is a bounded connected subset of a surface
 - PK_EDGE_t:     an edge which is a bounded connected subset of a curve
 - PK_FIN_t:      a fin which is the junction between a face and an edge
 - PK_LOOP_t:     a loop which is a closed connected set of fins forming a
                  face boundary.
 - PK_VERTEX_t:   a vertex which is a single position in  3D space

See Topological entities for more information.