Exemplo n.º 1
0
 public IfcCartesianTransformationOperator(IfcDirection __Axis1, IfcDirection __Axis2, IfcCartesianPoint __LocalOrigin, IfcReal?__Scale)
 {
     this._Axis1       = __Axis1;
     this._Axis2       = __Axis2;
     this._LocalOrigin = __LocalOrigin;
     this._Scale       = __Scale;
 }
Exemplo n.º 2
0
 public IfcTransitionCurveSegment2D(IfcCartesianPoint __StartPoint, IfcPlaneAngleMeasure __StartDirection, IfcPositiveLengthMeasure __SegmentLength, IfcPositiveLengthMeasure?__StartRadius, IfcPositiveLengthMeasure?__EndRadius, IfcBoolean __IsStartRadiusCCW, IfcBoolean __IsEndRadiusCCW, IfcTransitionCurveType __TransitionCurveType)
     : base(__StartPoint, __StartDirection, __SegmentLength)
 {
     this.StartRadius         = __StartRadius;
     this.EndRadius           = __EndRadius;
     this.IsStartRadiusCCW    = __IsStartRadiusCCW;
     this.IsEndRadiusCCW      = __IsEndRadiusCCW;
     this.TransitionCurveType = __TransitionCurveType;
 }
Exemplo n.º 3
0
 public IfcAxis1Placement(IfcCartesianPoint __Location, IfcDirection __Axis)
     : base(__Location)
 {
     this.Axis = __Axis;
 }
Exemplo n.º 4
0
 public IfcCircularArcSegment2D(IfcCartesianPoint __StartPoint, IfcPlaneAngleMeasure __StartDirection, IfcPositiveLengthMeasure __SegmentLength, IfcPositiveLengthMeasure __Radius, IfcBoolean __IsCCW)
     : base(__StartPoint, __StartDirection, __SegmentLength)
 {
     this.Radius = __Radius;
     this.IsCCW  = __IsCCW;
 }
 public IfcCartesianTransformationOperator3DnonUniform(IfcDirection __Axis1, IfcDirection __Axis2, IfcCartesianPoint __LocalOrigin, IfcReal?__Scale, IfcDirection __Axis3, IfcReal?__Scale2, IfcReal?__Scale3)
     : base(__Axis1, __Axis2, __LocalOrigin, __Scale, __Axis3)
 {
     this.Scale2 = __Scale2;
     this.Scale3 = __Scale3;
 }
Exemplo n.º 6
0
 public IfcLine(IfcCartesianPoint __Pnt, IfcVector __Dir)
 {
     this._Pnt = __Pnt;
     this._Dir = __Dir;
 }
Exemplo n.º 7
0
 public IfcCartesianTransformationOperator3D(IfcDirection __Axis1, IfcDirection __Axis2, IfcCartesianPoint __LocalOrigin, IfcReal?__Scale, IfcDirection __Axis3)
     : base(__Axis1, __Axis2, __LocalOrigin, __Scale)
 {
     this._Axis3 = __Axis3;
 }
Exemplo n.º 8
0
 public IfcLineSegment2D(IfcCartesianPoint __StartPoint, IfcPlaneAngleMeasure __StartDirection, IfcPositiveLengthMeasure __SegmentLength)
     : base(__StartPoint, __StartDirection, __SegmentLength)
 {
 }
Exemplo n.º 9
0
 public IfcAxis2Placement2D(IfcCartesianPoint __Location, IfcDirection __RefDirection)
     : base(__Location)
 {
     this._RefDirection = __RefDirection;
 }
 public IfcCartesianTransformationOperator2DnonUniform(IfcDirection __Axis1, IfcDirection __Axis2, IfcCartesianPoint __LocalOrigin, Double?__Scale, Double?__Scale2)
     : base(__Axis1, __Axis2, __LocalOrigin, __Scale)
 {
     this._Scale2 = __Scale2;
 }
Exemplo n.º 11
0
 public IfcPlacement(IfcCartesianPoint __Location)
 {
     this._Location = __Location;
 }
Exemplo n.º 12
0
 protected IfcPlacement(IfcCartesianPoint __Location)
 {
     this.Location = __Location;
 }
Exemplo n.º 13
0
 public IfcCurveSegment2D(IfcCartesianPoint __StartPoint, IfcPlaneAngleMeasure __StartDirection, IfcPositiveLengthMeasure __SegmentLength)
 {
     this._StartPoint     = __StartPoint;
     this._StartDirection = __StartDirection;
     this._SegmentLength  = __SegmentLength;
 }
 public IfcCartesianTransformationOperator2D(IfcDirection __Axis1, IfcDirection __Axis2, IfcCartesianPoint __LocalOrigin, Double?__Scale)
     : base(__Axis1, __Axis2, __LocalOrigin, __Scale)
 {
 }