コード例 #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) { }