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