A class representing a rebar segment. More...
Classes | |
| class | SmartRebarLayout |
| A rebar utility for respecting max length. More... | |
Functions | |
| def | GetXYZ |
| def | Job |
| def | lengthFromLayout |
| def | MemberTransform |
| def | vectorFromLayout |
A class representing a rebar segment.
| def concrete.RebarSegment.GetXYZ | ( | arg1 | ) |
C++ signature :
boost::python::tuple GetXYZ(Xform) | def concrete.RebarSegment.Job | ( | args | ) |
Job() returns a job object
| def concrete.RebarSegment.lengthFromLayout | ( | args | ) |
lengthFromLayout(args)
| def concrete.RebarSegment.MemberTransform | ( | arg1 | ) |
Returns a Transform3D corresponding to a member with the specified x-axis.
C++ signature :
Xform MemberTransform(Point3D)
Returns a Transform3D corresponding to a member with the specified rotation about the specified x-axis.
C++ signature :
Xform MemberTransform(Point3D,double)
Returns a Transform3D corresponding to a member with the specified left end and rotation about the x-axis.
C++ signature :
Xform MemberTransform(Point3D,double,Point3D)
Returns a Transform3D corresponding to a member with the specified left and right ends.
C++ signature :
Xform MemberTransform(Point3D,Point3D)
Returns a Transform3D corresponding to a member with the specified left and right ends and rotation.
C++ signature :
Xform MemberTransform(Point3D,Point3D,double) | def concrete.RebarSegment.vectorFromLayout | ( | args | ) |
vectorFromLayout(args)
1.8.1.2