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

IfcAxis2Placement3D() public method

public IfcAxis2Placement3D ( IfcCartesianPoint location ) : System
location IfcCartesianPoint
return System
		public IfcAxis2Placement3D(IfcCartesianPoint location) : base(location) { }
		public IfcAxis2Placement3D(IfcCartesianPoint location, IfcDirection axis, IfcDirection refDirection) : base(location) { mAxis = (axis == null ? 0 : axis.mIndex); mRefDirection = (refDirection == null ? 0 : refDirection.mIndex); }

Same methods

IfcAxis2Placement3D::IfcAxis2Placement3D ( ) : System
IfcAxis2Placement3D::IfcAxis2Placement3D ( DatabaseIfc db, IfcAxis2Placement3D p ) : System
IfcAxis2Placement3D::IfcAxis2Placement3D ( DatabaseIfc db, Plane plane ) : System
IfcAxis2Placement3D::IfcAxis2Placement3D ( IfcCartesianPoint location, IfcDirection axis, IfcDirection refDirection ) : System