Home | Trees | Indices | Help |
|
---|
|
init(MultipleInvocations)
Create an instance of a Rectangle Face geometry object.
init()
Default FMERectangleFace constructor.
Returns: FMERectangleFace
init(coordinates)
The rectangle has to be parallel to a coordinate plane (i.e one of XY, XZ, or YZ plane). The first and second points are the either the min and max or max and min points of the rectangle face. If the first point is the min point, then the normal of the rectangle is in the positive direction of the plane it is parallel to..
Parameters
coordinates (tuple)
- tuple of coordinates in form
(firstx, firsty, firstz, secondx, secondy, secondz).
Returns: FMERectangleFace
init(coordinates, matrix)
The rectangle has to be parallel to a coordinate plane (i.e one of XY, XZ, or YZ plane). The first and second points are the either the min and max or max and min points of the rectangle face. If the first point is the min point, then the normal of the rectangle is in the positive direction of the plane it is parallel to.
Parameters
coordinates (tuple)
- tuple of coordinates in form
(firstx, firsty, firstz, secondx, secondy, secondz).
matrix (list
of list
s of
float
s)
- transformation matrix applied to the
rectangle face , formatted [[dddd][dddd][dddd]].
Returns: FMERectangleFace
init(rectangleFace)
Create a copy of the passed in Rectangle Face geometry object.
Parameters
rectangleFace FMERectangleFace
- The Rectangle Face
geometry object to create a copy of.
Returns: FMERectangleFace
|
|||
|
|||
FMEFace |
|
||
FMELine |
|
||
tuple of float s
|
|
||
tuple of float s
|
|
||
list of list s of float s
|
|
||
bool
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a copy of this face.
|
Return a copy of this rectangle's boundary as a line.
|
Gets the coordinates of the first point of this rectangular face, prior to transformation.
|
Gets the coordinates of the second point of this rectangular face, prior to transformation.
|
Gets this rectangle face's transformation matrix. If the rectangle face does not have such a matrix, an identity matrix is returned. Only the top three rows of the matrix will be returned, as he bottom row is always [ 0 0 0 1 ].
|
This method determines if the rectangle face has a transformation matrix or not.
|
Sets the coordinates of the lower point of this rectangular face, prior to transformation.
|
Sets the coordinates of the lower point of this rectangular face, prior to transformation.
|
Sets this rectangle face's transformation matrix, replacing the existing matrix if it exists. Only three rows are expected in the input array, as a bottom row of [ 0 0 0 1 ] is assumed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 20 06:21:04 2017 | http://epydoc.sourceforge.net |