PathElem_AddData_Serialize (FUN) ¶ FUNCTION PathElem_AddData_Serialize : BOOL InOut: Scope Name Type Return PathElem_AddData_Serialize BOOL Input stream SM0.IOutStream Inout Const addData PathElem_AddData
MvtIdRange_ContainsRange (FUN) ¶ FUNCTION MvtIdRange_ContainsRange : BOOL Returns whether mvtIdsA contains mvtIdsB . InOut: Scope Name Type Inout Const mvtIdsA MvtIdRange mvtIdsB MvtIdRange Return MvtIdRange_ContainsRange BOOL
MvtIdRange_Create (FUN) ¶ FUNCTION MvtIdRange_Create InOut: Scope Name Type Inout mvtIds MvtIdRange Input first ULINT last ULINT
PathElem_IsArcLengthParam (FUN) ¶ FUNCTION PathElem_IsArcLengthParam : BOOL Returns whether the internal element parameter is arc length InOut: Scope Name Type Inout Const pe PathElem Return PathElem_IsArcLengthParam BOOL
PathElem_IsAxisSpaceElem (FUN) ¶ FUNCTION PathElem_IsAxisSpaceElem : BOOL InOut: Scope Name Type Inout Const pe PathElem Return PathElem_IsAxisSpaceElem BOOL
ElemFun_SetPositionAxes (FUN) ¶ FUNCTION ElemFun_SetPositionAxes InOut: Scope Name Type Inout ef ElemFun
Frame_SanityCheck (FUN) ¶ FUNCTION Frame_SanityCheck : BOOL InOut: Scope Name Type Return Frame_SanityCheck BOOL Inout Const f0 SM3M.SMC_Frame f1 SM3M.SMC_Frame Input dEpsCart LREAL dEpsOrientation LREAL
MvtIdRange_CreateSingle (FUN) ¶ FUNCTION MvtIdRange_CreateSingle InOut: Scope Name Type Inout mvtIds MvtIdRange Input id ULINT
MvtIdRange_Extend (FUN) ¶ FUNCTION MvtIdRange_Extend InOut: Scope Name Type Inout mvtIdsDst MvtIdRange Inout Const mvtIdsSrc MvtIdRange Input mvtId ULINT
ParamTransform (STRUCT) ¶ TYPE ParamTransform : STRUCT Represents the domain and transformation between the the internal parameter l of orientation elements and the interpolation parameter x. The parameter transform is an invertible function from [0, L] to [l0, l1]. (L is the interpolation length.) InOut: Name Type Comment funType ParamTransform_FunType The function type of the transform l0 LREAL Start of domain for internal element parameter l, in the range [0, l1] l1 LREAL End of domain for internal element parameter l, in the range [l0, 1] x0 LREAL Start of domain for external interpolation parameter x u ParamTransformUnion Representation of the parameter transformation, depending on funType.