Share

AssemblyJoint Object


Description

An AssemblyJoint object represents an assembly relationship between two components that defines those components connect.

Methods

Name Description
Delete Method that deletes the AssemblyJoint object.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
AffectedOccurrenceOne Read-only property that returns the first of the two occurrences affected by this joint. This is the same as the owning occurrence obtained from the OccurrenceOne property in the case where the owning assembly is not adaptive. Else, this is the first non-adaptive occurrence in the path leading from the owning occurrence to the occurrence that contains the first of the two geometries that this joint is between.
AffectedOccurrenceTwo Read-only property that returns the second of the two occurrences affected by this joint. This is the same as the owning occurrence obtained from the OccurrenceTwo property in the case where the owning assembly is not adaptive. Else, this is the first non-adaptive occurrence in the path leading from the owning occurrence to the occurrence that contains the second of the two geometries that this joint is between.
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Definition Read-write property that gets and sets the AssemblyJointDefinition object associated with this assembly joint object.
DriveSettings Read-only property that returns the DriveSettings object associated with this joint.
HealthStatus Property that returns an enum indicating the current state of the object.
Locked Read-write property that gets and sets whether the degree of freedom of the assembly joint is locked or not.
Name Read-write property that gets and sets the name of the assembly joint.
OccurrenceOne Read-only property that returns the first of the two components this assembly joint is between.
OccurrenceTwo Read-only property that returns the second of the two components this assembly joint is between.
Parent Read-only property that returns the parent AssemblyComponentDefinition object.
Protected Read-write property that gets and sets whether the degree of freedom of the assembly joint is protected or not.
Suppressed Read-write property that gets and sets whether the assembly joint is suppressed or not.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Read-write property that gets and sets the visibility of the object.

Accessed From

AssemblyJointDefinition.Parent, AssemblyJointProxy.NativeObject, AssemblyJoints.Add, AssemblyJoints.Item, AssemblyJointsEnumerator.Item

Derived Classes

AssemblyJointProxy

Samples

Name Description
Create planar AssemblyJoint with offset to origins This sample demonstrates how to create a planar AssemblyJoint with offset to the OriginOne and OriginTwo.

Version

Introduced in version 2014

Was this information helpful?