Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMESolid --+ | FMESimpleSolid --+ | FMEBRepSolid
init(surface)
FME BRepSolid class.
Create an instance of a BRepSolid geometry object.
init(outerSurface)
Creates a new BRepSolid geometry object. The surface passed in is used to define the outer surface of the bRepSolid.
Parameters
outerSurface (FMESurface)
- The outer surface as a surface.
Returns: FMEBRepSolid
init(brepsolid)
Create a copy of the passed in BRepSolid geometry object.
Parameters
brepsolid (FMEBRepSolid)
- The BRepSolid geometry object
to create a copy of.
Returns: FMEBRepSolid
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
FMEBRepSolid |
|
||
FMESurface or None
|
|
||
FMESurface |
|
||
int
|
|
||
FMESurface of a terminal type or None
|
|
||
None
|
|
||
None
|
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Adds an inner surface to this boundary-representation solid. If
|
This routine returns a copy of the given BRepSolid geometry object. If there are any errors, an exception is raised.
|
Returns the inner surface of this boundary-representation solid at the index specified, or returns none if the index is out of range.
|
Returns the outer surface of this boundary-representation solid.
|
Returns the number of inner surfaces in this boundary-representation solid.
|
Removes the last inner surface of this boundary-representation solid. If there are no inner surfaces in this solid, this method will return None.
|
Recursively resolves surface parts with default appearances by replacing these defaults with the inherited appearance references stored by the parent surface, if such a value exists. The nearest non-default ancestor value will be used to set the default appearances on the part.
|
Sets the outer surface of this boundary-representation solid as the
specified FMESurface passed in. The outer surface of a
boundary-representation solid must exist. Thus, if
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |