Home | Trees | Index | Help |
|
---|
Module Object :: Class Property |
|
Warning: Comparisons between properties will only be true when both the name and data pairs are the same.
Method Summary | |
---|---|
string, int, or float |
Get the data for this property. |
string |
Get the name of this property. |
int |
Get the Object's Particle Interaction Deflection Setting. |
float |
Get the Object's Particle Interaction falloff. |
float |
Get the Object's Particle Interaction MaxDist. |
float |
Get the Object's Particle Interaction Permiability. |
float |
Get the Object's Particle Interaction RandomDamp. |
float |
Get the Object's Particle Interaction Strength. |
float |
Get the Object's Particle Interaction SurfaceDamp. |
int |
Get the Object's Particle Interaction Type. |
int |
Get the Object's Particle Interaction if using MaxDist. |
float |
Get the Object's SB DefaultGoal. |
int |
Get if the Object's SB is Enabled. |
float |
Get the Object's SB ErrorLimit. |
float |
Get the Object's SB Friction. |
float |
Get the Object's SB GoalFriction. |
float |
Get the Object's SB GoalSpring. |
float |
Get the Object's SB Gravity. |
float |
Get the Object's SB InnerSpring. |
float |
Get the Object's SB InnerSpringFriction. |
float |
Get the Object's SB Mass. |
float |
Get the Object's SB MaxGoal. |
float |
Get the Object's SB MinGoal. |
int |
get Softbodies PostDef option |
int |
get Softbodies StiffQuads option |
int |
get Softbodies UseEdges option |
int |
get Softbodies UseGoal option |
string |
Get the type for this property. |
Set the data for this property. | |
Set the name of this property. | |
PyNone |
Set the the Object's Particle Interaction Deflection Setting. |
PyNone |
Set the the Object's Particle Interaction falloff. |
PyNone |
Set the the Object's Particle Interaction MaxDist. |
PyNone |
Set the the Object's Particle Interaction Permiability. |
PyNone |
Set the the Object's Particle Interaction RandomDamp. |
PyNone |
Set the the Object's Particle Interaction Strength. |
PyNone |
Set the the Object's Particle Interaction SurfaceDamp. |
PyNone |
Set the the Object's Particle Interaction type. |
PyNone |
Set the the Object's Particle Interaction MaxDist. |
PyNone |
Set the the Object's SB DefaultGoal. |
PyNone |
Enable / Disable Softbodies. |
PyNone |
Set the the Object's SB ErrorLimit. |
PyNone |
Set the the Object's SB Friction. |
PyNone |
Set the the Object's SB GoalFriction. |
PyNone |
Set the the Object's SB GoalSpring. |
PyNone |
Set the the Object's SB Gravity. |
PyNone |
Set the the Object's SB InnerSpring. |
PyNone |
Set the the Object's SB InnerSpringFriction. |
PyNone |
Set the the Object's SB Mass. |
PyNone |
Set the the Object's SB MaxGoal. |
PyNone |
Set the the Object's SB MinGoal. |
PyNone |
Enable / Disable Softbodies PostDef option 1: on 0: off |
PyNone |
Enable / Disable Softbodies StiffQuads option 1: on 0: off |
PyNone |
Enable / Disable Softbodies UseEdges option 1: on 0: off |
PyNone |
Enable / Disable Softbodies UseGoal option 1: on 0: off |
Class Variable Summary | |
---|---|
data : Data for this property. | |
name : The property name. | |
type : The property type. |
Method Details |
---|
getData()Get the data for this property.
|
getName()Get the name of this property.
|
getPIDeflection()Get the Object's Particle Interaction Deflection Setting.
|
getPIFalloff()Get the Object's Particle Interaction falloff.
|
getPIMaxDist()Get the Object's Particle Interaction MaxDist.
|
getPIPermf()Get the Object's Particle Interaction Permiability.
|
getPIRandomDamp()Get the Object's Particle Interaction RandomDamp.
|
getPIStregth()Get the Object's Particle Interaction Strength.
|
getPISurfaceDamp()Get the Object's Particle Interaction SurfaceDamp.
|
getPIType()Get the Object's Particle Interaction Type.
|
getPIUseMaxDist()Get the Object's Particle Interaction if using MaxDist.
|
getSBDefaultGoal()Get the Object's SB DefaultGoal.
|
getSBEnable()Get if the Object's SB is Enabled.
|
getSBErrorLimit()Get the Object's SB ErrorLimit.
|
getSBFriction()Get the Object's SB Friction.
|
getSBGoalFriction()Get the Object's SB GoalFriction.
|
getSBGoalSpring()Get the Object's SB GoalSpring.
|
getSBGravity()Get the Object's SB Gravity.
|
getSBInnerSpring()Get the Object's SB InnerSpring.
|
getSBInnerSpringFriction()Get the Object's SB InnerSpringFriction.
|
getSBMass()Get the Object's SB Mass.
|
getSBMaxGoal()Get the Object's SB MaxGoal.
|
getSBMinGoal()Get the Object's SB MinGoal.
|
getSBPostDef()get Softbodies PostDef option
|
getSBStiffQuads()get Softbodies StiffQuads option
|
getSBUseEdges()get Softbodies UseEdges option
|
getSBUseGoal()get Softbodies UseGoal option
|
getType()Get the type for this property.
|
setData(data)Set the data for this property.
|
setName(name)Set the name of this property.
|
setPIDeflection(status)Set the the Object's Particle Interaction Deflection Setting. 0 = Off, 1 = on
|
setPIFalloff(falloff)Set the the Object's Particle Interaction falloff. Values between 0 to 10.0
|
setPIMaxDist(MaxDist)Set the the Object's Particle Interaction MaxDist. Values between 0 to 1000.0
|
setPIPerm(perm)Set the the Object's Particle Interaction Permiability. Values between 0 to 10.0
|
setPIRandomDamp(damp)Set the the Object's Particle Interaction RandomDamp. Values between 0 to 10.0
|
setPIStrength(strength)Set the the Object's Particle Interaction Strength. Values between -1000.0 to 1000.0
|
setPISurfaceDamp(damp)Set the the Object's Particle Interaction SurfaceDamp. Values between 0 to 10.0
|
setPIType(type)Set the the Object's Particle Interaction type. Use Module Constants
|
setPIUseMaxDist(status)Set the the Object's Particle Interaction MaxDist. 0 = Off, 1 = on
|
setSBDefaultGoal(goal)Set the the Object's SB DefaultGoal. Values between 0 to 1.0
|
setSBEnable(switch)Enable / Disable Softbodies. 1: on 0: off
|
setSBErrorLimit(err)Set the the Object's SB ErrorLimit. Values between 0 to 1.0
|
setSBFriction(frict)Set the the Object's SB Friction. Values between 0 to 10.0
|
setSBGoalFriction(gf)Set the the Object's SB GoalFriction. Values between 0 to 10.0
|
setSBGoalSpring(gs)Set the the Object's SB GoalSpring. Values between 0 to 0.999
|
setSBGravity(grav)Set the the Object's SB Gravity. Values between 0 to 10.0
|
setSBInnerSpring(sprr)Set the the Object's SB InnerSpring. Values between 0 to 0.999
|
setSBInnerSpringFriction(sprf)Set the the Object's SB InnerSpringFriction. Values between 0 to 10.0
|
setSBMass(mass)Set the the Object's SB Mass. Values between 0 to 50.0
|
setSBMaxGoal(mg)Set the the Object's SB MaxGoal. Values between 0 to 1.0
|
setSBMinGoal(mg)Set the the Object's SB MinGoal. Values between 0 to 1.0
|
setSBPostDef(switch)Enable / Disable Softbodies PostDef option 1: on 0: off
|
setSBStiffQuads(switch)Enable / Disable Softbodies StiffQuads option 1: on 0: off
|
setSBUseEdges(switch)Enable / Disable Softbodies UseEdges option 1: on 0: off
|
setSBUseGoal(switch)Enable / Disable Softbodies UseGoal option 1: on 0: off
|
Class Variable Details |
---|
dataData for this property. Depends on property type. |
nameThe property name. |
typeThe property type. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 13 15:31:22 2005 | http://epydoc.sf.net |