Create an instance of a Box geometry object.
Default FMEBox constructor.
Creates a box consisting of the tuple of doubles passed in.
Creates a box consisting of the tuple of doubles passed in. With the
specified transformation matrix.
Create a copy of the passed in Box geometry object.
|
__init__(MultipleInvocations)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
FMEBox
|
createBoxCopy()
This routine returns a copy of the given box geometry object. |
|
|
FMEBRepSolid
|
|
FMEBRepSolid
|
|
tuple of float s
|
|
tuple of float s
|
|
float
|
getLocalHeight()
Returns this box's height (z-direction), prior to transformation. |
|
|
float
|
getLocalLength()
Returns this box's length (x-direction), prior to transformation. |
|
|
FMEPoint
|
|
tuple of float s
|
getLocalMaxPointXYZ()
Gets the coordinates of the lower point of this box's bounds prior to
transformation. |
|
|
FMEPoint
|
|
tuple of float s
|
getLocalMinPointXYZ()
Gets the coordinates of the lower point of this box, prior to
transformation. |
|
|
tuple of float s
|
getLocalSecondPointXYZ()
Gets the coordinates of the second point of this box's bounds prior
to transformation. |
|
|
tuple of float s
|
getLocalSize()
Gets the dimensions of this box, prior to transformation. |
|
|
float
|
getLocalWidth()
Returns this box's length (y-direction), prior to transformation. |
|
|
list of list s of float s
|
|
bool
|
|
None
|
removeTransformationMatrix()
Removes this box's transformation matrix. |
|
|
None
|
setLocalMaxPointXYZ(x,
y,
z)
Sets the coordinates of the upper point of this box's bounds, prior
to transformation. |
|
|
None
|
setLocalMinPointXYZ(x,
y,
z)
Sets the coordinates of the lower point of this box's bounds, prior
to transformation. |
|
|
|
|
Inherited from FMESolid :
getAppearanceReference ,
getAsWireFrame ,
offset ,
reverse ,
rotate2D ,
scale ,
setAppearanceReference
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__
|