LoftedBendFeatureProjectPoint
Method
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public LoftedBendFeatureProjectionResult ProjectPoint(
Point3d srcPoint
)
Public Function ProjectPoint (
srcPoint As Point3d
) As LoftedBendFeatureProjectionResult
public:
LoftedBendFeatureProjectionResult^ ProjectPoint(
Point3d srcPoint
)
member ProjectPoint :
srcPoint : Point3d -> LoftedBendFeatureProjectionResult
Parameters
- srcPoint Point3d
-
Return Value
LoftedBendFeatureProjectionResult
See Also