ENTITY solid_with_angle_based_chamfer SUBTYPE OF (solid_with_chamfered_edges); offset_distance : positive_length_measure; left_offset : BOOLEAN; offset_angle : positive_plane_angle_measure; END_ENTITY; -- solid_with_angle_based_chamfer |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; solid_model - modified_solid rationale: text; base_solid: base_solid_select; edge_blended_solid blended_edges: LIST [1:?] OF UNIQUE edge_curve; solid_with_chamfered_edges - solid_with_angle_based_chamfer offset_distance: positive_length_measure; left_offset: BOOLEAN; offset_angle: positive_plane_angle_measure; |
Global rules for this entity data type- |
public interface ESolid_with_angle_based_chamfer extends ESolid_with_chamfered_edgesoffset_distance (explicit attribute)boolean testOffset_distance(ESolid_with_angle_based_chamfer type)double getOffset_distance(ESolid_with_angle_based_chamfer type) void setOffset_distance(ESolid_with_angle_based_chamfer type, double value) void unsetOffset_distance(ESolid_with_angle_based_chamfer type) left_offset (explicit attribute)boolean testLeft_offset(ESolid_with_angle_based_chamfer type)boolean getLeft_offset(ESolid_with_angle_based_chamfer type) void setLeft_offset(ESolid_with_angle_based_chamfer type, boolean value) void unsetLeft_offset(ESolid_with_angle_based_chamfer type) offset_angle (explicit attribute)boolean testOffset_angle(ESolid_with_angle_based_chamfer type)double getOffset_angle(ESolid_with_angle_based_chamfer type) void setOffset_angle(ESolid_with_angle_based_chamfer type, double value) void unsetOffset_angle(ESolid_with_angle_based_chamfer type) |
public class CSolid_with_angle_based_chamfer implements ESolid_with_angle_based_chamferstatic EAttribute attributeOffset_distance(ESolid_with_angle_based_chamfer type)static EAttribute attributeLeft_offset(ESolid_with_angle_based_chamfer type) static EAttribute attributeOffset_angle(ESolid_with_angle_based_chamfer type) |
public class ASolid_with_angle_based_chamfer extends AEntitypublic ESolid_with_angle_based_chamfer getByIndex(int index)public ESolid_with_angle_based_chamfer getCurrentMember(SdaiIterator it) |