Create an instance of a Triangle Strip geometry object.
Default FMETriangleStrip constructor.
Creates a line consisting of the list of points passed in.
Create a copy of the passed in Triangle Strip geometry object.
|
__init__(MultipleInvocations)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
None
|
appendPointXYZ(x,
y,
z)
Appends coordinates to the end of the coordinate list that defines
the triangle strip. |
|
|
None
|
appendPointsXYZ(points)
Appends coordinates to the end of the coordinate list that defines
the triangle strip. |
|
|
FMEFace or
None
|
getAsFaceAt(index)
Returns a triangular face defined by this triangle strip. |
|
|
float
|
getMeasureValueAt(index,
measureName)
Get the value of the default measure at the 'index'. |
|
|
list of float
|
getMeasureValues(measureName)
Returns the value of the default measure, or the measure named by
'measureName'. |
|
|
tuple of float s
|
getPointAtXYZ(index)
Gets a coordinate of this triangle strip at the specified index. |
|
|
list of FMEPoint
|
|
FMELine
|
getPointsAsLine()
Returns a line that contains the points in this triangle strip. |
|
|
bool
|
isFlipped()
Determines whether the orientation of the triangle strip is the
opposite of what the first triangle indicates (using a right-handed
coordinate system). |
|
|
int
|
numPoints()
Returns the number of coordinates in this triangle strip. |
|
|
None
|
setMeasure(measureValues,
measureName)
Set the default measure to the given values. |
|
|
None
|
setMeasureAt(index,
measureValue,
measureName)
Set the default measure of the point at 'index' to the given
'measureValue'. |
|
|
Inherited from FMESimpleSurface :
numParts
Inherited from FMESurface :
__decIterRef__ ,
__incIterRef__ ,
__iter__ ,
deleteSide ,
getAppearanceReference ,
getAsWireFrame ,
isInPlane ,
isOriented ,
isPlanar ,
offset ,
orient ,
reorient ,
reverse ,
rotate2D ,
scale ,
setAppearanceReference ,
sideExists
Inherited from FMEGeometry :
__getObject__ ,
__new__ ,
boundingBox ,
boundingCube ,
bounds ,
clearMeasures ,
copyAttributesFromFeature ,
copyNameFromGeometry ,
copyTraitsFromGeometry ,
copyTraitsToFeature ,
deleteName ,
force2D ,
force3D ,
getArea ,
getMeasureNames ,
getName ,
getTrait ,
getTraitNames ,
getTraitNullMissingAndType ,
getTraitType ,
hasMeasures ,
hasName ,
is3D ,
isCollection ,
measureExists ,
removeMeasure ,
removeTraits ,
renameMeasure ,
setName ,
setTrait ,
setTraitNullWithType
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|