features
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- associativity
- Returns true if geometry and FE entities are associated.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- config
- The configuration of the entity.
- config_color
- The 1-64 color of each config entity.
- definedentity
- True if the entity is defined, false otherwise.
- dim_lockside
- The end point lock control that determines the dimension modification side (integer). Valid values are:
- dim_sides_selection
- Option for selecting the involved surfaces in dimension modification.
- elem_ids
- The list of element IDs inside a feature. Valid for FE features.
- feature_height
- The height of the 3D hole for config 5, the height of the logo for config 12.
- feature_length
- The length of the feature. Valid for config 6 and 7.
- feature_minwidth
- The minimum width of a feature. Valid for config 6 and 7.
- feature_maxwidth
- The maximum width of a feature. Valid for config 6 and 7.
- feature_type
- The type of the feature.
- feature_shape
- The shape of the feature.
- fillet_maxangle
- The maximum angle of a fillet.
- fillet_maxradius
- The maximum radius of a fillet.
- fillet_minangle
- The minimum angle of a fillet.
- fillet_minradius
- The minimum radius of a fillet.
- fillet_ratio
- The ratio between the minimum and maximum radius.
- hm_dimension_length
- The distance between point1 and point2 for dimension features.
- hole_axis
- The normal Axis of a 2D hole feature. Valid for config 4.
- hole_center
- The center of a 2D hole feature. Valid for config 4.
- hole_ratio
- The ratio between hole_size1 and hole_size2 of a 2D hole feature. Valid for config 4.
- hole_size1
- The first size parameter of a 2D hole feature. Returns radius for feature_shape 2, side length for feature_shape 16, the length for feature_shape 8, the tip radius for feature_shape 4 and the average radius for feature_shape 1. Valid for config 4.
- hole_size2
- The second size parameter of a 2D hole feature. Returns none for feature_shape 2, none for feature_shape 16, the width for feature_shape 8, the distance between tip centers for feature_shape 4 and none for feature_shape 1. Valid for config 4.
- id
- The ID of the entity.
- ids
- The IDs of the entities inside a feature.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- internalid
- The ID of the entity.
- internalname
- The internal name of the entity.
- invalid
- Returns true if feature is invalid and needs to be updated, else false.
- line_ids
- The list of line IDs inside the feature. Valid for config 4 and feature_type 0.
- logo_concavityfactor
- The concavity factor of logos.
- logo_size
- Type: double
- logo_string
- The logo string.
- max_expand_angle
- The angle that measures along the edge over which they are adjacent to the selected surface, and controls the appending of the surfaces to the already selected surfaces.
- max_pick_tilt
- The angle that measures between the normal to the surface at the dimension end and the dimension direction, and controls the automatic selection of involved surfaces.
- minimum_slide_angle
- The angle that controls whether the involved surfaces in dimension modification will slide/drag.
- moduleid
- The module ID of the entity.
- name
- The name of the entity.
- node_ids
- The list of node IDs inside the feature. Valid for FE feature config 4.
- origin
- The originating source of the feature.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- point1
- The ID of the first vertex point for dimension features.
- point2
- The ID of the second vertex point for dimension features.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- region_2delems
- The region entity inside a feature holding all 2D elements.
- region_2dedges
- The region entity inside a feature holding all edges. Valid for FE feature config 4.
- region_3delems
- The region entity inside feature holding all 3D elements.
- region_lines
- The region entity inside feature holding all lines. Valid for feature_type 0 and config 4.
- region_surfs
- The region entity inside feature holding all surfaces.
- remove_collapsed_surfaces
- 0 - Do not remove collapsed surfaces during dimension feature modification
- separator_lines
- The list of lines for which new surfaces will be generated to keep the surface continuous during dimension modification.
- side_selection_ratio
- The ratio that controls the involved surfaces automatic selection by calculating the area of the surfaces on both sides and modifying the end points lock controls.
- solidhole_axis
- The Axis of a 3D hole feature. Valid for config 5.
- solidhole_blind
- Returns 1 if solid hole is covered on either side. Valid for config 5.
- solidhole_bottomradmax
- The bottom rim maximum radius. Valid for config 5.
- solidhole_bottomradmin
- The bottom rim minimum radius. Valid for config 5.
- solidhole_bottomrims
- The entities making the bottom rim of a 3D hole. Returns line IDs for geometry features and node IDs for FE features. Valid for config 5.
- solidhole_center
- Center of a 3D hole feature. Valid for config 5.
- solidhole_topradmax
- The top rim maximum radius. Valid for config 5.
- solidhole_topradmin
- The top rim minimum radius. Valid for config 5.
- solidhole_toprims
- The entities making the top rim of the 3D hole. Returns line IDs for geometry features and node IDs for FE features. Valid for config 5.
- solver_id
- The solver ID of the entity.
- solverkeyword
- The name of the solver keyword.
- solvername
- The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
- surf_ids
- The list of surface IDs inside the feature. Valid for feature_type 0.
- surfaces_interpolation_system
- The involved surfaces interpolation system to use during dimension modification.
- surfaces_to_move
- The list of surfaces manually selected for dimension modification.
Version History
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.
2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.
2021.1 - Added new options associativity,config_color, dim_sides_selection, elem_ids, feature_height, feature_length, feature_minwidth, feature_maxwidth, feature_type, feature_shape, fillet_maxangle, fillet_maxradius, fillet_minangle, fillet_minradius, fillet_ratio, hole_axis, hole_center, hole_ratio, hole_size1, hole_size2, ids, invalid, line_ids, logo_concavityfactor, logo_size, logo_string, node_ids, region_2delems, region_2dedges, region_3delems, region_lines, region_surfs, solidhole_axis, solidhole_blind, solidhole_bottomradmax, solidhole_bottomradmin, solidhole_bottomrims, solidhole_center, solidhole_topradmax, solidhole_topradmin, solidhole_toprims, and surf_ids.
2021.2 - Added new data names internalname and solvername.