 | FillMaterialWorkpieceGetSlatAngle Method |
Gets the type of the side and its slant angle.
Namespace: CeliAPS.BomApi.Data.WorkpieceDataAssembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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