Creates an instance of one of the subclasses of Ent. The entity must already exists in the geometry. Do not use this constructor if you want to add a new entity to the geometry. For that, you should use one of the 'add' methods in the geometry class.
The ID of the entity. This ID must already exist in the geometry.
The Ent object.
Add this entity to a group.
True if the entity was added, False is the entity was already in the group.
Make a copy of this entity. This method must be overridden by the sub-classes.
The geometry type.
Check if this entity exists in the model. (i.e has it been deleted?)
The entity ID number.
Get an attribute value for this entity.
The attribute.
The attribute value.
Get the attribute names for this entity.
The array of attribute names.
Get the Geom object
The Model object
Get the geometry type for this entity. This method overrides the method in the Ent class.
The geometry type.
Get the group names for all the groups for which this entity is a member.
The array of group names.
Get the ID number of this entity.
The entity ID number.
Get the label of this point.
The xyz of the centroid.
Get the label centroid of this points.
The xyz of the label.
Get the Model object that this entity belongs to.
A Model object.
Get the cartesian x, y, z coordinates of a point.
Returns an array that contains the x, y, z coordinates
Get all the vertices linked to a point or a set of points.
Returns the array of vertices.
Set an attribute value for this entity.
The attribute.
The new attribute value.
The old attribute value.
Create s string representation of this point.
String
Transform the points for this object.
The xform matrix.
Generated using TypeDoc
Class Point. A point with x, y, z coordinates. A point may be part of a group and may have attributes.