Can attributes be derived?

Can attributes be derived?

Jef_E
Collaborator Collaborator
307 Views
1 Reply
Message 1 of 2

Can attributes be derived?

Jef_E
Collaborator
Collaborator

Hi,

 

If I add attributes to a planarsketch.SketchArc object, and derive this sketch can the attributes still be referenced ? 

 

AttributeSets.Add Method

AttributeSets.Add Method

Parent Object: AttributeSets

Description

Method that creates a new for the object the AttributeSets collection was obtained from. The created AttributeSet object is returned.

Syntax

AttributeSets.Add( AttributeSetName As String, [CopyWithOwner] As Boolean ) As AttributeSet

Parameters

Name Description
AttributeSetName Input String value that specifies the name of the attribute set. The name must be unique with respect to the other attribute sets attached to this object. If it is not unique, an error will occur.
CopyWithOwner Property that specifies whether the attribute set should be copied with its owner when the object it is associated with is copied or split. If True, the attribute set is copied.

Version

Introduced in Inventor version 5



Please kudo if this post was helpfull
Please accept as solution if your problem was solved

Inventor 2014 SP2
0 Likes
308 Views
1 Reply
Reply (1)
Message 2 of 2

frederic.vandenplas
Collaborator
Collaborator

I've tried this with attributes on a face, derive the part, and the attributes where not visible in the derived part's face.

 

See also this post, which is marked as solved, but just because i found another way to solve it.

 

If you think this answer fullfilled your needs, improved your knowledge or leads to a solution,
please feel free to "kudos"
0 Likes