GeometryGym.Ifc.IfcDoorPanelProperties.IfcDoorPanelProperties C# (CSharp) Method

IfcDoorPanelProperties() private method

private IfcDoorPanelProperties ( ) : System
return System
		internal IfcDoorPanelProperties() : base() { }
		public IfcShapeAspect ShapeAspectStyle { get { return mDatabase[mShapeAspectStyle] as IfcShapeAspect; } set { mShapeAspectStyle = (value == null ? 0 : value.mIndex); } }

Same methods

IfcDoorPanelProperties::IfcDoorPanelProperties ( DatabaseIfc db, IfcDoorPanelProperties p ) : System