SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
concrete.RebarSegment Namespace Reference

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

Detailed Description

A class representing a rebar segment.

Function Documentation

def concrete.RebarSegment.GetXYZ (   arg1)
Returns
Instance of type tuple
     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
Instance of type Transform3D
     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)
Note
Additional signature: MemberTransform( (Point3D)arg1, (float)arg2) -> Transform3D
Additional signature: MemberTransform( (Point3D)arg1, (float)arg2, (Point3D)arg3) -> Transform3D
Additional signature: MemberTransform( (Point3D)arg1, (Point3D)arg2) -> Transform3D
Additional signature: MemberTransform( (Point3D)arg1, (Point3D)arg2, (float)arg3) -> Transform3D
def concrete.RebarSegment.vectorFromLayout (   args)
 vectorFromLayout(args)