Skip to content

Is there a limit to the sketch size of the revolving command? #1367

Answered by RobPasMue
XiongHuyu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @XiongHuyu! I just verified (sorry for the delay) and it seems that the issue is related to the modeling space available in SpaceClaim. Being the default units millimeters in SCDM, you are trying to create an object that is too big in terms of size. The following script is assuming that you are changing the default units on the client side to millimeters as well:

from ansys.geometry.core import launch_modeler_with_spaceclaim
from ansys.geometry.core.sketch import Sketch
from ansys.geometry.core.misc import UNITS, Angle, DEFAULT_UNITS
from ansys.geometry.core.math import Plane, Point2D, Point3D, UNITVECTOR3D_X, UNITVECTOR3D_Y

DEFAULT_UNITS.LENGTH = UNITS.mm

m = launch_modeler_with_spa…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@XiongHuyu
Comment options

@XiongHuyu
Comment options

Comment options

You must be logged in to vote
2 replies
@XiongHuyu
Comment options

@RobPasMue
Comment options

Comment options

You must be logged in to vote
2 replies
@XiongHuyu
Comment options

@RobPasMue
Comment options

Answer selected by XiongHuyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants