internal new static IfcStyledRepresentation Parse(string strDef) { IfcStyledRepresentation r = new IfcStyledRepresentation(); int pos = 0; IfcShapeModel.parseString(r, strDef, ref pos); return r; }
internal IfcMaterialDefinitionRepresentation(IfcStyledRepresentation representation, IfcMaterial mat) : base(representation) { mRepresentedMaterial = mat.mIndex; mat.mHasRepresentation = this; }
internal IfcStyledRepresentation(IfcStyledRepresentation i) : base(i) { }