public interface TProfile extends ParametricProfile
Modifier and Type | Method and Description |
---|---|
Optional<Double> |
getCentreOfGravityInY()
Returns an optional of the location of centre of gravity along the y axis measured from the center of the
bounding box.
|
Double |
getDepth()
Returns the depth of the profile.
|
Optional<Double> |
getFilletRadius()
Returns an optional of the fillet radius of the profile.
|
Optional<Double> |
getFlangeEdgeRadius()
Returns an optional of the flange edge radius of the profile.
|
Double |
getFlangeThickness()
Returns the wall thickness of the flange.
|
Double |
getFlangeWidth()
Returns the flange width of the profile.
|
Optional<Double> |
getWebEdgeRadius()
Returns an optional of the web edge radius of the profile.
|
Optional<Double> |
getWebSlope()
Returns an optional of the slope of flange.
|
Double |
getWebThickness()
Returns the wall thickness of the web.
|
getParametricProfileType
Double getDepth()
Double getFlangeWidth()
Double getWebThickness()
Double getFlangeThickness()
Optional<Double> getFilletRadius()
Optional<Double> getFlangeEdgeRadius()
Optional<Double> getWebEdgeRadius()
Optional<Double> getWebSlope()
Optional<Double> getCentreOfGravityInY()
Copyright © 2019 Solibri, Inc.. All rights reserved.