We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-01-07 04:28 AM - last edited on 2021-09-14 01:35 PM by Noemi Balogh
ULong u = baseElemId.operator GS::HashValue().hashValue;
2021-01-07 06:09 AM
ModelerAPI::BaseElemId baseElemId; GS::NonInterruptibleProcessControl processControl; elem.GetBaseElemId(&baseElemId, processControl, ModelerAPI::Element::EdgeColorInBaseElemId::NotIncluded, ModelerAPI::Element::PolygonAndFaceTextureMappingInBaseElemId::NotIncluded, ModelerAPI::Element::BodyTextureMappingInBaseElemId::NotIncluded, ModelerAPI::Element::EliminationInfoInBaseElemId::NotIncluded); ULong u = baseElemId.operator GS::HashValue().hashValue;