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

IfcLightSource() protected method

protected IfcLightSource ( DatabaseIfc db, IfcLightSource l ) : System
db DatabaseIfc
l IfcLightSource
return System
        protected IfcLightSource(DatabaseIfc db, IfcLightSource l)
            : base(db,l)
        {
            mName = l.mName; mLightColour = l.mLightColour; mAmbientIntensity = l.mAmbientIntensity; mIntensity = l.mIntensity;
        }

Same methods

IfcLightSource::IfcLightSource ( ) : System