public interface CProfile 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.
|
Double |
getDepth()
Returns the depth of the profile.
|
Double |
getGirth()
Returns the length of girth of the profile.
|
Optional<Double> |
getInternalFilletRadius()
Returns an optional of the internal fillet radius of the profile.
|
Double |
getWallThickness()
Returns the wall thickness of the profile.
|
Double |
getWidth()
Returns the width of the profile.
|
getParametricProfileType
Double getDepth()
Double getWidth()
Double getWallThickness()
Double getGirth()
Optional<Double> getInternalFilletRadius()
Optional<Double> getCentreOfGravityInX()
Copyright © 2019 Solibri, Inc.. All rights reserved.