2017-07-05 11:00 PM
2017-07-06 01:04 AM
2017-07-06 12:37 PM
2017-07-06 11:40 PM
2017-07-08 01:51 AM
"getUserDefProfile":There you will see that there are multiple REQUEST commands that request data about the Profile and its geometry defined in the Profile Manager. Commands like
REQUEST{2} ("Profile_components"... REQUEST ("Profile_default_geometry"... REQUEST{3} ("Profile_component_info"...For additional examples you can check any of those Stair or Railing subtypes that have "Profiled" in the name.
2017-07-08 09:56 AM
2017-10-04 06:32 AM
2017-10-05 05:55 AM
2017-10-05 06:17 AM
2018-07-16 01:18 PM
2018-07-16 06:13 PM
lukaso wrote:
Has anyone tried to put a second or third Profile into the "profile_with_tube" script?
2018-07-17 02:08 AM
2018-07-24 12:56 PM
2018-07-24 05:38 PM
Pertti wrote:I'm not quite sure what you mean.
Looks like You can't save profiles' parameters to a parameter tab.
2018-07-24 06:42 PM
2018-07-24 07:15 PM
Lingwisyer wrote:The overall height and width - yes.
Can you interact with the Profiles stretch regions?
Ling.
2018-07-29 11:41 PM
Barry wrote:
Lingwisyer wrote:
Can you interact with the Profiles stretch regions?
The overall height and width - yes.
The profile (and stretch regions) should behave exactly the same as if you were manually using the profile.
2018-07-30 12:29 AM
Lingwisyer wrote:I haven't created my own profiled objects from scratch yet, and I assumed you could specify an overall height and width of the profile you want to use.
I have not been able to find out how to achieve this...
if abs(iProfile) = PROFILE_WOOD1 then ! mirroring irrelevant ! script coordinates relative to top middle xFactor = wProfile / 0.074 yFactor = hProfile / 0.066 offsetY = offsetY + hProfile / 2 yBottom = offsetY * yFactor - hProfile endif if abs(iProfile) = PROFILE_WOOD2 then ! mirroring irrelevant ! script coordinates relative to top middle xFactor = wProfile / 0.07146499997866 yFactor = hProfile / 0.06114945598568 offsetY = offsetY + hProfile / 2 yBottom = offsetY * yFactor - hProfile endif if abs(iProfile) = PROFILE_WOOD3 then ! mirroring irrelevant ! script coordinates relative to bottom middle xFactor = wProfile / 0.05 yFactor = hProfile / 0.01461124862507 offsetY = (offsetY - hProfile / 2) / yFactor yBottom = (0 + offsetY) * yFactor endif if abs(iProfile) = PROFILE_WOOD4 then ! mirroring irrelevant ! script coordinates relative to bottom middle xFactor = wProfile / 0.085 yFactor = hProfile / 0.06147903275841 offsetY = (offsetY - hProfile / 2) / yFactor yBottom = (0 + offsetY) * yFactor endif
2018-07-30 01:41 AM
2018-07-30 01:59 AM