Skip to content

Commit 6bd3f14

Browse files
committed
[typing]: Fix some type hint
- Change the type of member `id` to suppress `__getitem__`'s error - Add NDArray support for all functions in Material.py - Add `timePoint` parameter for `FeatureOutputRequest`
1 parent e64d0fe commit 6bd3f14

File tree

5 files changed

+71
-54
lines changed

5 files changed

+71
-54
lines changed

src/abaqus/Feature/Feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Feature:
5858
name: str = ""
5959

6060
#: An Int specifying the ID of the feature.
61-
id: int | None = None
61+
id: int
6262

6363
@abaqus_method_doc
6464
def AttachmentPoints(

0 commit comments

Comments
 (0)