SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions | Variables
Joist Namespace Reference

Classes

class  Joist
 No documentation available. More...

Functions

def fne
def RegisterMemberType

Variables

 setup = <JoistMemberCore.Setup.Setupinstance>

Function Documentation

def Joist.fne (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool fne(double,double [,double])
def Joist.RegisterMemberType (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type None
     C++ signature :
         void RegisterMemberType(boost::python::api::object,std::string,Alloy::Pointer::Pointer<Alloy::Commands::Icon>)
 
     Takes a reference to the class being registered, a short description of the member, and an optional icon object (Commands.Icon) to be displayed in the toolbar.
     
     Example:
     class ExampleMember( MemberBase.MemberBase ):
         ...
     RegisterMemberType( ExampleMember, "My Example Member" )
 
     C++ signature :
         void RegisterMemberType(boost::python::api::object,std::string)
Note
Additional signature: RegisterMemberType( (object)arg1, (str)arg2) -> None

Variable Documentation

Joist.setup = <JoistMemberCore.Setup.Setupinstance>