Constructor for the Face class.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public Face(
FullSubentityPath fullSubentPath
)
Public Sub New (
fullSubentPath As FullSubentityPath
)
public:
Face(
FullSubentityPath fullSubentPath
)
new :
fullSubentPath : FullSubentityPath -> Face
Parameters
- fullSubentPath FullSubentityPath
- [in] Full subentity path to a face.
See Also