59 Tube(
double HalfHeight = 0.005,
double Rout = 0.01,
double Rin = 0.,
int Sign = - 1);
75 Tube(
double X,
double Y,
double Z,
double dX,
double dY,
double dZ,
double HalfHeight,
double Rout,
double Rin = 0.,
int Sign = - 1);
#define sign(a)
Definition GenericReactorAssembly.cxx:43
Header file for MCNP::Node class.
Header file for MathTube class.
Node allows to construct Union or Intersection of Shape.
Definition MCNPNode.hxx:51
A Tube is a finite Cylinder with a hole inside (like a pipe).
Definition MCNPTube.hxx:49
Tube * CreateNewInstance(int sign=1) override
a new Tube instance (if sign=-1, create the complemantary).
Definition MCNPTube.cxx:118
void ReplaceMathShape()
Replace MathShape (leaf) by (MCNP)Shape.
Definition MCNPTube.cxx:59
A MathTube is a finite cylinder with an optional hole inside (like a pipe).
Definition MathTube.hxx:50
This MCNP (concrete) class is used to built a reactor assembly.
Definition MCNPBrick.hxx:41