Uses of Class
org.blender.dna.CurveProfile
-
Packages that use CurveProfile Package Description org.blender.dna -
-
Uses of CurveProfile in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CurveProfile Modifier and Type Method Description CPointer<CurveProfile>
CurveProfile. __io__addressof()
Instantiates a pointer on this instance.CPointer<CurveProfile>
Curve. getBevel_profile()
Get method for struct member 'bevel_profile'.CPointer<CurveProfile>
ToolSettings. getCustom_bevel_profile_preset()
Get method for struct member 'custom_bevel_profile_preset'.CPointer<CurveProfile>
BevelModifierData. getCustom_profile()
Get method for struct member 'custom_profile'.CPointer<CurveProfile>
CurveProfilePoint. getProfile()
Get method for struct member 'profile'.Method parameters in org.blender.dna with type arguments of type CurveProfile Modifier and Type Method Description void
Curve. setBevel_profile(CPointer<CurveProfile> bevel_profile)
Set method for struct member 'bevel_profile'.void
ToolSettings. setCustom_bevel_profile_preset(CPointer<CurveProfile> custom_bevel_profile_preset)
Set method for struct member 'custom_bevel_profile_preset'.void
BevelModifierData. setCustom_profile(CPointer<CurveProfile> custom_profile)
Set method for struct member 'custom_profile'.void
CurveProfilePoint. setProfile(CPointer<CurveProfile> profile)
Set method for struct member 'profile'.Constructors in org.blender.dna with parameters of type CurveProfile Constructor Description CurveProfile(CurveProfile that)
-