Package geomss.geom.reader.iges
Class Entity118_1_RuledSurface
- java.lang.Object
-
- geomss.geom.reader.iges.Entity
-
- geomss.geom.reader.iges.GeomSSEntity
-
- geomss.geom.reader.iges.Entity118_RuledSurface
-
- geomss.geom.reader.iges.Entity118_1_RuledSurface
-
public class Entity118_1_RuledSurface extends Entity118_RuledSurface
RULED SURFACE ENTITY - This entity represents a ruled or 2-curve linearly lofted surface. A ruled surface is formed by moving a line connecting points of equal relative parametric value (Form 1) on two parametric curves from a start point to a terminate point on the curves.This entity, when read from an IGES file, is converted to a LoftedSurface surface. This entity type can not be written out to an IGES file.
Modified by: Joseph A. Huwaldt
- Version:
- September 13, 2016
- Author:
- Joseph A. Huwaldt, Date: March 11, 2013
-
-
Constructor Summary
Constructors Constructor Description Entity118_1_RuledSurface(Part p, DirEntry de)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTypeString()
Returns a short String describing this Entity object's type.java.lang.String
toString()
Dump to String.-
Methods inherited from class geomss.geom.reader.iges.Entity118_RuledSurface
check, read
-
Methods inherited from class geomss.geom.reader.iges.GeomSSEntity
getGeomElement, isUsedInList
-
Methods inherited from class geomss.geom.reader.iges.Entity
blankedStatus, canWrite, getDENum, getErrors, getHeader, getMatrix, getPDNum, getType, getView, hierStatus, read_additional, subordStatus, useStatus, write
-
-
-
-
Constructor Detail
-
Entity118_1_RuledSurface
public Entity118_1_RuledSurface(Part p, DirEntry de)
Default constructor.- Parameters:
p
- part to which this entity is containedde
- Directory Entry for this entity
-
-
Method Detail
-
getTypeString
public java.lang.String getTypeString()
Returns a short String describing this Entity object's type.- Overrides:
getTypeString
in classEntity118_RuledSurface
- Returns:
- A short String describing this Entity object's type.
-
toString
public java.lang.String toString()
Dump to String.- Overrides:
toString
in classEntity118_RuledSurface
- Returns:
- String containing the resulting text.
-
-