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