Delete |
Method that deletes the sketch entity. |
Disconnect |
Method that removes an existing fit point from the spline. This method can have the effect of deleting the sketch point if it is not associated with any other sketch entity. |
GetHandle |
Method that returns the fit point handle at the given fit point. The method returns Nothing if the handle is not enabled at the input fit point. |
GetHandleStatus |
Method that returns whether the handle at a given fit point is enabled or disabled. |
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
InsertFitPoint |
Method that inserts a new fit point into the spline and returns the inserted fit point. |
SetHandleStatus |
Method that sets whether the handle at a given fit point is enabled or disabled. |
Split |
Method that splits the spline at the specified location. After the split, the original object (the one on which this method was called) represents the part of the spline associated with the original start point. The SketchSpline3D object returned by this method represents the part of the spline associated with the original end point. The curvature of the final result may differ from the original spline. |
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. |
Closed |
|
Constraints3D |
Property that returns a collection of sketch constraints that are tied directly to this entity. This collection consists of geometric and bend constraints. |
ConstraintStatus |
Property that returns an enum indicating the constraint status of the sketch entity, signifying whether it is fully constrained, over constrained, or under constrained. |
Construction |
|
CurvatureDisplay |
|
EndSketchPoint |
Property that gets the that defines the position of the end of the spline. |
EndTangentScale |
Gets and sets the tangent scale parameter at the end point of the spline. |
FitMethod |
|
FitPoint |
Property that returns the at the specified index. The indices correspond to the fit points in order from the start to the end of the spline. An Index of 1 returns the first SketchPoint3D. The FitPointCount property returns the total number of fit points for the spline. |
FitPointCount |
Property that returns the number of fit points for the spline. |
Geometry |
|
HasReferenceComponent |
Property that specifies if the object was created as the result of a derived part. |
Length |
Double property that returns the length of the entity in centimeters. |
OwnedBy |
Property indicating entity or entities that own this object. |
Parent |
Property that returns the parent sketch of the entity. |
RangeBox |
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object. |
Reference |
|
ReferenceComponent |
Property that returns the ReferenceComponent that resulted in the creation of this feature. |
ReferencedEntity |
Property that returns the object this entity is dependent on. When sketch entities are created by projecting model edges or intersecting the model, the resulting entities are driven by the original model entities and cannot be modified. This property returns the model entity the sketch entity is dependent on. The Reference property indicates whether the sketch entity is driven by a model entity or not. If the sketch entity is not referencing a model entity, this property will return Nothing. This property can also return nothing even when the sketch entity is referencing a model entity in the case where the model entity has been consumed by some subsequent modeling operation. |
StartSketchPoint |
Property that returns the that defines the position of the start of the spline. |
StartTangentScale |
Gets and sets the tangent scale parameter at the start point of the spline. |
Tension |
|
Type |
Returns an ObjectTypeEnum indicating this object's type. |