 | FillMaterialWorkpieceGetSlatAngle Method |
Gets the type of the side and its slant angle.
Namespace: CeliAPS.BomApi.Data.WorkpieceDataAssembly: BomApi (in BomApi.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxList<double> GetSlatAngle(
FillWorkpieceSideEnum fillWorkpieceSide
)
Function GetSlatAngle (
fillWorkpieceSide As FillWorkpieceSideEnum
) As List(Of Double)
Parameters
- fillWorkpieceSide FillWorkpieceSideEnum
- The side of the FillWorkpiece.
Return Value
ListDouble
See Also