NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.GeneralConicBuilder Class Reference

Represents a NXOpen.Features.GeneralConic builder More...

Inheritance diagram for NXOpen.Features.GeneralConicBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DrawingPlaneOptions {
  View, XcYc, YcZc, ZcXc,
  General
}
 Drawing Plane options. More...
 
enum  Types {
  FivePoints, FourPointsOneSlope, ThreePointsTwoSlopes, ThreePointsAnchor,
  TwoPointsAnchorRho, TwoPointsTwoSlopesRho, Coefficients
}
 General Conic Types. More...
 

Public Member Functions

unsafe void Evaluate ()
 Evaluates the curve. More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Point AnchorPoint [get, set]
 Returns or sets the anchor point. More...
 
unsafe bool AssociativeToggle [get, set]
 Returns or sets the associative toggle More...
 
unsafe NXOpen.CoordinateSystem CoefficientCSYS [get, set]
 Returns or sets the coefficient type coordinate system. More...
 
unsafe NXOpen.CoordinateSystem ConstrainedPlaneCSYS [get, set]
 Returns or sets the constrained plane. More...
 
unsafe
NXOpen.Features.GeneralConicBuilder.DrawingPlaneOptions 
DrawingPlaneOption [get, set]
 Returns or sets the drawing plane. More...
 
unsafe NXOpen.Point EndPoint [get, set]
 Returns or sets the end point. More...
 
unsafe
NXOpen.GeometricUtilities.CurveExtensionBuilder 
Extender [get]
 Returns the extension option More...
 
unsafe NXOpen.Plane GeneralDrawingPlane [get, set]
 Returns or sets the specify plane. More...
 
unsafe NXOpen.Point InteriorPoint1 [get, set]
 Returns or sets the first interior point. More...
 
unsafe NXOpen.Point InteriorPoint2 [get, set]
 Returns or sets the second interior point. More...
 
unsafe NXOpen.Point InteriorPoint3 [get, set]
 Returns or sets the third interior point. More...
 
unsafe bool PlaneConstrainedToggle [get, set]
 Returns or sets the plane constrained toggle. More...
 
unsafe NXOpen.Expression Rho [get]
 Returns the rho value. More...
 
unsafe double RhoValue [get, set]
 Returns or sets the rho value. More...
 
unsafe NXOpen.Direction SlopeAtEndPoint [get, set]
 Returns or sets the slope at end point. More...
 
unsafe NXOpen.Direction SlopeAtStartPoint [get, set]
 Returns or sets the slope at start point. More...
 
unsafe NXOpen.Point StartPoint [get, set]
 Returns or sets the start point. More...
 
unsafe
NXOpen.Features.GeneralConicBuilder.Types 
Type [get, set]
 Returns or sets the conic creation type. More...
 
unsafe double ValueA [get, set]
 Returns or sets the coefficient value for a. More...
 
unsafe double ValueB [get, set]
 Returns or sets the coefficient value for b. More...
 
unsafe double ValueC [get, set]
 Returns or sets the coefficient value for c. More...
 
unsafe double ValueD [get, set]
 Returns or sets the coefficient value for d. More...
 
unsafe double ValueE [get, set]
 Returns or sets the coefficient value for e. More...
 
unsafe double ValueF [get, set]
 Returns or sets the coefficient value for f. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.GeneralConic builder

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateGeneralConicBuilder

Default values.

Property Value

DrawingPlaneOption

View

Extender.EndExtensionOption

None

Extender.EndValue.Value

0 (millimeters part), 0 (inches part)

Extender.StartExtensionOption

None

Extender.StartValue.Value

0 (millimeters part), 0 (inches part)

PlaneConstrainedToggle

0

RhoValue (deprecated)

0.5

ValueA

1.0

ValueB

0.0

ValueC

1.0

ValueD

0.0

ValueE

0.0

ValueF

-1.0

Created in NX8.5.0

Member Enumeration Documentation

Drawing Plane options.

Used by all point types to specify point selection guide planes.

Enumerator
View 

Use view plane

XcYc 

Use XC-YC plane

YcZc 

Use YC-ZC plane

ZcXc 

Use ZC-XC plane

General 

Use GeneralDrawingPlane plane

General Conic Types.

There are several creation methods available. All except the Types.Coefficients type require setting points/slopes.

Enumerator
FivePoints 

Five points, no slopes, no anchor, no rho value

FourPointsOneSlope 

Four points, one slope, no anchor, no rho value

ThreePointsTwoSlopes 

Three points, two slopes, no anchor, no rho value

ThreePointsAnchor 

Three points, no slopes, anchor, no rho value

TwoPointsAnchorRho 

Two points, no slopes, anchor, rho value

TwoPointsTwoSlopesRho 

Two points, two slopes, no anchor, rho value

Coefficients 

Coefficient values and CoefficientCSYS

Member Function Documentation

unsafe void NXOpen.Features.GeneralConicBuilder.Evaluate ( )
inline

Evaluates the curve.

Does not call update. Used to preview results.

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Property Documentation

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.AnchorPoint
getset

Returns or sets the anchor point.

Used by Types.ThreePointsAnchor Types.TwoPointsAnchorRho

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe bool NXOpen.Features.GeneralConicBuilder.AssociativeToggle
getset

Returns or sets the associative toggle

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.CoordinateSystem NXOpen.Features.GeneralConicBuilder.CoefficientCSYS
getset

Returns or sets the coefficient type coordinate system.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.CoordinateSystem NXOpen.Features.GeneralConicBuilder.ConstrainedPlaneCSYS
getset

Returns or sets the constrained plane.

Used by point types. Enabled by PlaneConstrainedToggle .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Features.GeneralConicBuilder.DrawingPlaneOptions NXOpen.Features.GeneralConicBuilder.DrawingPlaneOption
getset

Returns or sets the drawing plane.

Used by point types. Disabled by PlaneConstrainedToggle .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.EndPoint
getset

Returns or sets the end point.

Used by all point types

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.GeometricUtilities.CurveExtensionBuilder NXOpen.Features.GeneralConicBuilder.Extender
get

Returns the extension option

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Plane NXOpen.Features.GeneralConicBuilder.GeneralDrawingPlane
getset

Returns or sets the specify plane.

Used by point types. Disabled by PlaneConstrainedToggle .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.InteriorPoint1
getset

Returns or sets the first interior point.

Used by Types.FivePoints Types.FourPointsOneSlope Types. ThreePointsTwoSlopes Types.ThreePointsAnchor

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.InteriorPoint2
getset

Returns or sets the second interior point.

Used by Types.FivePoints Types.FourPointsOneSlope

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.InteriorPoint3
getset

Returns or sets the third interior point.

Used by Types.FivePoints

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe bool NXOpen.Features.GeneralConicBuilder.PlaneConstrainedToggle
getset

Returns or sets the plane constrained toggle.

Used by point types. Enables ConstrainedPlaneCSYS . Disables NXOpen.Features.PolylineBuilder.DrawingPlaneOptions and GeneralDrawingPlane .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Expression NXOpen.Features.GeneralConicBuilder.Rho
get

Returns the rho value.

Used by Types.TwoPointsAnchorRho and Types.TwoPointsTwoSlopesRho

Created in NX1847.0.0

License requirements: None.

unsafe double NXOpen.Features.GeneralConicBuilder.RhoValue
getset

Returns or sets the rho value.

Used by Types.TwoPointsAnchorRho Types.TwoPointsTwoSlopesRho

Created in NX8.5.0

Deprecated in NX1847.0.0. Use NXOpen.Features.GeneralConicBuilder.Rho

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Direction NXOpen.Features.GeneralConicBuilder.SlopeAtEndPoint
getset

Returns or sets the slope at end point.

Used by Types.ThreePointsTwoSlopes Types.TwoPointsTwoSlopesRho

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Direction NXOpen.Features.GeneralConicBuilder.SlopeAtStartPoint
getset

Returns or sets the slope at start point.

Used by Types.FourPointsOneSlope Types.ThreePointsTwoSlopes Types.TwoPointsTwoSlopesRho

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Point NXOpen.Features.GeneralConicBuilder.StartPoint
getset

Returns or sets the start point.

Used by all point types

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe NXOpen.Features.GeneralConicBuilder.Types NXOpen.Features.GeneralConicBuilder.Type
getset

Returns or sets the conic creation type.

See NXOpen.Features.SewBuilder.Types

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueA
getset

Returns or sets the coefficient value for a.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueB
getset

Returns or sets the coefficient value for b.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueC
getset

Returns or sets the coefficient value for c.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueD
getset

Returns or sets the coefficient value for d.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueE
getset

Returns or sets the coefficient value for e.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

unsafe double NXOpen.Features.GeneralConicBuilder.ValueF
getset

Returns or sets the coefficient value for f.

Only used by Types.Coefficients

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.