CornerReliefFeatureGetFaces
Method
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public List<FullSubentityPath> GetFaces(
CornerReliefFeatureFaceType faceType
)
Public Function GetFaces (
faceType As CornerReliefFeatureFaceType
) As List(Of FullSubentityPath)
public:
List<FullSubentityPath>^ GetFaces(
CornerReliefFeatureFaceType faceType
)
member GetFaces :
faceType : CornerReliefFeatureFaceType -> List<FullSubentityPath>
Parameters
- faceType CornerReliefFeatureFaceType
-
Return Value
ListFullSubentityPath
See Also