FeatureAdjacency(FaceFeatureAdjacency,
ValueType) Constructor
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public FeatureAdjacency(
FaceFeatureAdjacency faceAdj,
ValueType thisFeatureFaceFsp
)
Public Sub New (
faceAdj As FaceFeatureAdjacency,
thisFeatureFaceFsp As ValueType
)
public:
FeatureAdjacency(
FaceFeatureAdjacency^ faceAdj,
ValueType^ thisFeatureFaceFsp
)
new :
faceAdj : FaceFeatureAdjacency *
thisFeatureFaceFsp : ValueType -> FeatureAdjacency
Parameters
- faceAdj FaceFeatureAdjacency
-
- thisFeatureFaceFsp ValueType
-
See Also