Share

CoincidentConstraint3D Object

Derived from: GeometricConstraint3D Object

Description

The CoincidentConstraint3D object represents a coincident constraint within a 3D sketch.

Methods

Name Description
Delete Method that deletes the constraint. In the case of coincident constraint, all the connected lines are disconnected and the constraint is deleted.
Disconnect Method that disconnects the input entity from the coincident constraint. Valid inputs are SketchPoint, Vertex or WorkPoint.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
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.
ConnectedEntity Property that returns the entity connected to this constraint. This can be a SketchPoint, Vertex or a WorkPoint. This property returns Nothing in the case where there isn't a connected entity.
Deletable Indicates whether this object can be deleted.
EntityOne Property that returns the first entity being constrained. This can be a SketchPoint3D, SketchLine3D, WorkPlane or a Face.
EntityTwo Property that returns the second entity being constrained. This can be a SketchPoint3D, SketchLine3D, WorkPlane or a Face.
Parent Property that returns the parent sketch of the object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

CoincidentConstraint3DProxy.NativeObject, GeometricConstraints3D.AddCoincident

Derived Classes

CoincidentConstraint3DProxy

Version

Introduced in version 6

Was this information helpful?