public interface NonUniformLProfile extends ParametricProfile
Modifier and Type | Method and Description |
---|---|
Optional<Double> |
getCentreOfGravityInX()
Returns an optional of the location of centre of gravity along the x axis measured from the center of the
bounding box.
|
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> |
getEdgeRadius()
Returns an optional of the edge radius of the profile.
|
Optional<Double> |
getFilletRadius()
Returns an optional of the fillet radius of the profile.
|
Double |
getFlangeThickness()
Returns the thickness of the flange.
|
Optional<Double> |
getLegSlope()
Returns an optional of the slope of leg of the profile.
|
Double |
getThickness()
Returns the wall thickness of the web.
|
Optional<Double> |
getWidth()
Returns an optional of the flange width of the profile.
|
getParametricProfileType
Double getDepth()
Optional<Double> getWidth()
Double getThickness()
Double getFlangeThickness()
Optional<Double> getFilletRadius()
Optional<Double> getEdgeRadius()
Optional<Double> getLegSlope()
Optional<Double> getCentreOfGravityInX()
Optional<Double> getCentreOfGravityInY()
Copyright © 2019 Solibri, Inc.. All rights reserved.