Beispiel #1
0
 public MessageDispatcher(Interface32 interface32_1, IMessageForbidden interface39_0)
 {
     this.emptyAgileLogger_0 = new EmptyAgileLogger();
     this.class97_0          = new MessageForbiddenHandler2();
     this.interface32_0      = interface32_1;
     this.imethod_2(interface39_0);
 }
 internal ModelSpaceClippingTransformer(
     Matrix4D transform,
     Interface32 clipper,
     double shapeFlattenEpsilon,
     double shapeFlattenEpsilonForClipTesting)
     : this(transform, new Matrix3D(transform.M00, transform.M01, transform.M02, transform.M10, transform.M11, transform.M12, transform.M20, transform.M21, transform.M22), clipper, shapeFlattenEpsilon, shapeFlattenEpsilonForClipTesting)
 {
 }
 internal ModelSpaceClippingTransformer(
     Matrix4D transform,
     Matrix3D matrix3D,
     Interface32 clipper,
     double shapeFlattenEpsilon,
     double shapeFlattenEpsilonForBoundsCalculation)
 {
     this.matrix4D_0        = transform;
     this.matrix3D_0        = matrix3D;
     this.ilineTypeScaler_0 = Class624.Create(matrix3D);
     this.interface32_0     = clipper;
     this.double_0          = shapeFlattenEpsilon;
     this.double_1          = shapeFlattenEpsilonForBoundsCalculation;
 }
Beispiel #4
0
 public void imethod_3(Interface32 interface32_0)
 {
 }
Beispiel #5
0
 public void imethod_3(Interface32 interface32_1)
 {
     this.interface32_0 = interface32_1;
 }