Initializes a new instance of the 
Vertex class
 
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
 
public Vertex(
        FullSubentityPath fullSubentPath
)
 
Public Sub New ( 
        fullSubentPath As FullSubentityPath
)
 
public:
Vertex(
        FullSubentityPath fullSubentPath
)
 
new : 
        fullSubentPath : FullSubentityPath -> Vertex
 
 
 
Parameters
- fullSubentPath  FullSubentityPath
 
-  
 
 
See Also