TopologyEntity
An abstract (base) object for elements with topology information.
Example
-- This is an abstract object, see derived objects for examples
Inheritance
The TopologyEntity object is derived from the Object object.
The following objects are derived (specialisations) from the TopologyEntity object:
Usage locations
The TopologyEntity object can be accessed from the following locations:
- Methods
- Geometry object has method DuplicateTopology(List of TopologyEntity).
- SpiralCross object has method DuplicateTopology(List of TopologyEntity).
- Ring object has method DuplicateTopology(List of TopologyEntity).
- OpenRing object has method DuplicateTopology(List of TopologyEntity).
- SplitRing object has method DuplicateTopology(List of TopologyEntity).
- Cross object has method DuplicateTopology(List of TopologyEntity).
- StripCross object has method DuplicateTopology(List of TopologyEntity).
- Trifilar object has method DuplicateTopology(List of TopologyEntity).
- AnalyticalCurve object has method DuplicateTopology(List of TopologyEntity).
- BezierCurve object has method DuplicateTopology(List of TopologyEntity).
- Cone object has method DuplicateTopology(List of TopologyEntity).
- ConstrainedSurface object has method DuplicateTopology(List of TopologyEntity).
- Cuboid object has method DuplicateTopology(List of TopologyEntity).
- Cylinder object has method DuplicateTopology(List of TopologyEntity).
- Ellipse object has method DuplicateTopology(List of TopologyEntity).
- EllipticArc object has method DuplicateTopology(List of TopologyEntity).
- FittedSpline object has method DuplicateTopology(List of TopologyEntity).
- Flare object has method DuplicateTopology(List of TopologyEntity).
- Helix object has method DuplicateTopology(List of TopologyEntity).
- Hexagon object has method DuplicateTopology(List of TopologyEntity).
- StripHexagon object has method DuplicateTopology(List of TopologyEntity).
- HyperbolicArc object has method DuplicateTopology(List of TopologyEntity).
- ImprintPoints object has method DuplicateTopology(List of TopologyEntity).
- Intersect object has method DuplicateTopology(List of TopologyEntity).
- Loft object has method DuplicateTopology(List of TopologyEntity).
- PathSweep object has method DuplicateTopology(List of TopologyEntity).
- ProjectGeometry object has method DuplicateTopology(List of TopologyEntity).
- RepairAndSewFaces object has method DuplicateTopology(List of TopologyEntity).
- RepairPart object has method DuplicateTopology(List of TopologyEntity).
- Spin object has method DuplicateTopology(List of TopologyEntity).
- Split object has method DuplicateTopology(List of TopologyEntity).
- Stitch object has method DuplicateTopology(List of TopologyEntity).
- Subtract object has method DuplicateTopology(List of TopologyEntity).
- Sweep object has method DuplicateTopology(List of TopologyEntity).
- Union object has method DuplicateTopology(List of TopologyEntity).
- Simplify object has method DuplicateTopology(List of TopologyEntity).
- Line object has method DuplicateTopology(List of TopologyEntity).
- NurbsSurface object has method DuplicateTopology(List of TopologyEntity).
- ParabolicArc object has method DuplicateTopology(List of TopologyEntity).
- Paraboloid object has method DuplicateTopology(List of TopologyEntity).
- Polygon object has method DuplicateTopology(List of TopologyEntity).
- Polyline object has method DuplicateTopology(List of TopologyEntity).
- Primitive object has method DuplicateTopology(List of TopologyEntity).
- Rectangle object has method DuplicateTopology(List of TopologyEntity).
- Sphere object has method DuplicateTopology(List of TopologyEntity).
- AbstractSurfaceCurve object has method DuplicateTopology(List of TopologyEntity).
- SurfaceBezierCurve object has method DuplicateTopology(List of TopologyEntity).
- SurfaceLine object has method DuplicateTopology(List of TopologyEntity).
- SurfaceRegularLines object has method DuplicateTopology(List of TopologyEntity).
- TCross object has method DuplicateTopology(List of TopologyEntity).
Property List
Method List
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity. (Returns a Object object.)
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step. (Returns a table object.)
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
Static Function List
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object. (Returns a table object.)
Property Details
Method Details
- Delete ()
- Deletes the entity.
- Duplicate ()
- Duplicates the entity.
- Return
- Object
- The new (duplicated) entity.
- GetProperties ()
- Returns a table of properties representing the state of the object. The properties table can be used with the SetProperties method to change multiple properties of the object in one step.
- Return
- table
- A table defining the properties.
- SetProperties (properties Object)
- Modifies the state of the object using the provided table of properties. This method is used to modify multiple properties of the object in a single step.
- Input Parameters
- properties(Object)
- A table of properties defining the new state of the object.
Static Function Details
- GetDefaultProperties ()
- Creates a table containing the default settings to create an object.
- Return
- table
- A table containing the default properties.