예제 #1
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcStyledRepresentation Parse(string strDef)
		{
			IfcStyledRepresentation r = new IfcStyledRepresentation();
			int pos = 0;
			IfcShapeModel.parseString(r, strDef, ref pos);
			return r;
		}
예제 #2
0
파일: IFC M.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcMaterialDefinitionRepresentation(IfcStyledRepresentation representation, IfcMaterial mat) : base(representation) { mRepresentedMaterial = mat.mIndex; mat.mHasRepresentation = this; }
예제 #3
0
파일: IFC S.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcStyledRepresentation(IfcStyledRepresentation i) : base(i) { }